We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5aaa1a commit c808cf4Copy full SHA for c808cf4
eng/pipelines/steps/update-dependencies.yml
@@ -27,7 +27,7 @@ steps:
27
28
$command = "docker exec update-dependencies update-dependencies $args";
29
Write-Host "Executing '$command'";
30
- Invoke-Expression '$command';
+ Invoke-Expression "$command";
31
displayName: Run Update Dependencies
32
33
- script: docker rm -f update-dependencies
0 commit comments