Update azure_devops/valet-migrate-custom-lab.md

Co-authored-by: Ethan Dennis <ethanis@github.com>
This commit is contained in:
Matisse Hack
2022-06-17 14:51:29 -07:00
committed by GitHub
parent 34671f064d
commit be596e7394
+1 -1
View File
@@ -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",