From be596e73946b9ac93646ebf02d1f495adfa930a3 Mon Sep 17 00:00:00 2001 From: Matisse Hack Date: Fri, 17 Jun 2022 14:51:29 -0700 Subject: [PATCH] Update azure_devops/valet-migrate-custom-lab.md Co-authored-by: Ethan Dennis --- azure_devops/valet-migrate-custom-lab.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure_devops/valet-migrate-custom-lab.md b/azure_devops/valet-migrate-custom-lab.md index a0f64e9..97c3654 100644 --- a/azure_devops/valet-migrate-custom-lab.md +++ b/azure_devops/valet-migrate-custom-lab.md @@ -71,7 +71,7 @@ transform "DotNetCoreCLI@2" do |item| run_command << "shopt -s globstar; for f in ./**/*.csproj; do dotnet #{command} $f #{item['arguments']} ; done" else run_command << "dotnet #{command} #{item['projects']} #{item['arguments']}" - end + end { shell: "bash",