mirror of
https://github.com/actions/runner-images.git
synced 2025-12-17 15:20:11 +00:00
Update image-generation.yml
This commit is contained in:
@@ -11,6 +11,10 @@ jobs:
|
|||||||
value: $(Build.BuildNumber).$(System.JobAttempt)
|
value: $(Build.BuildNumber).$(System.JobAttempt)
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- bash: |
|
||||||
|
Write-Host "##vso[build.updatebuildnumber]${{ variables.VirtualMachineName }}"
|
||||||
|
displayName: Update BuildNumber
|
||||||
|
|
||||||
- checkout: self
|
- checkout: self
|
||||||
clean: true
|
clean: true
|
||||||
fetchDepth: 1
|
fetchDepth: 1
|
||||||
|
|||||||
Reference in New Issue
Block a user