Skip to content

Commit a3e443f

Browse files
authored
fix update build number step (#17155)
1 parent 0307e30 commit a3e443f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/publish-steps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,5 +50,6 @@ steps:
5050
publishLocation: container
5151

5252
# Update build number
53-
- script: echo "##vso[build.updatebuildnumber]$(aggregate_version)"
53+
- powershell: |
54+
Write-Host "##vso[build.updatebuildnumber]$(aggregate_version)"
5455
displayName: Update build number

0 commit comments

Comments
 (0)