We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0307e30 commit a3e443fCopy full SHA for a3e443f
ci/publish-steps.yml
@@ -50,5 +50,6 @@ steps:
50
publishLocation: container
51
52
# Update build number
53
-- script: echo "##vso[build.updatebuildnumber]$(aggregate_version)"
+- powershell: |
54
+ Write-Host "##vso[build.updatebuildnumber]$(aggregate_version)"
55
displayName: Update build number
0 commit comments