mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 22:26:56 +00:00
Merge pull request #1831 from actions/v-malob/build-name
Update BuildNumber to include retry number
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
||||
value: $(Build.BuildNumber).$(System.JobAttempt)
|
||||
|
||||
steps:
|
||||
- bash: |
|
||||
echo "##vso[build.updatebuildnumber]${{ variables.VirtualMachineName }}"
|
||||
displayName: Update BuildNumber
|
||||
|
||||
- checkout: self
|
||||
clean: true
|
||||
fetchDepth: 1
|
||||
|
||||
Reference in New Issue
Block a user