Update azure_devops/valet-migrate-custom-lab.md
Co-authored-by: Ethan Dennis <[email protected]>
This commit is contained in:
co-authored by
Ethan Dennis
parent
34671f064d
commit
be596e7394
@@ -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"
|
run_command << "shopt -s globstar; for f in ./**/*.csproj; do dotnet #{command} $f #{item['arguments']} ; done"
|
||||||
else
|
else
|
||||||
run_command << "dotnet #{command} #{item['projects']} #{item['arguments']}"
|
run_command << "dotnet #{command} #{item['projects']} #{item['arguments']}"
|
||||||
end
|
end
|
||||||
|
|
||||||
{
|
{
|
||||||
shell: "bash",
|
shell: "bash",
|
||||||
|
|||||||
Reference in New Issue
Block a user