From 05f38299a1c07753878019bf523e77c0d9710643 Mon Sep 17 00:00:00 2001 From: Jacob Steves Date: Wed, 4 Jan 2023 11:56:12 -0500 Subject: [PATCH] commit yml pipeline files during azure bootstrap The pipeline definitions were not being committed. This causes 404s when trying to extract the pipeline in commands like audit. --- azure_devops/bootstrap/setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops/bootstrap/setup b/azure_devops/bootstrap/setup index 039ec80..e1238d2 100755 --- a/azure_devops/bootstrap/setup +++ b/azure_devops/bootstrap/setup @@ -92,7 +92,7 @@ def create_repository(options) }], commits: [{ comment: "Initial commit.", - changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln}")].reject {|f| File.directory?(f) }.map do |entry| + changes: Dir[File.join(tmp_dir, "**/*.{cs,csproj,sln,yml}")].reject {|f| File.directory?(f) }.map do |entry| { changeType: "add", item: {