Skip to content

Commit

Permalink
fix using release var
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Jul 31, 2024
1 parent 621bb9b commit edfbe63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion jobs/release/prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extends:
Write-Host "New version is: $newVersion"
$str = Get-Date -Format "yyMMdd-HHmm"
Write-Host "##vso[release.updatereleasename]$newVersion - $str"
Write-Host "##vso[build.updatebuildnumber]$newVersion - $str"
ignoreLASTEXITCODE: true
displayName: "Set the release name"
- task: NodeTool@0
Expand Down
2 changes: 1 addition & 1 deletion jobs/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extends:
Write-Host "New version is: $newVersion"
$str = Get-Date -Format "yyMMdd-HHmm"
Write-Host "##vso[release.updatereleasename]$newVersion - $str"
Write-Host "##vso[build.updatebuildnumber]$newVersion - $str"
ignoreLASTEXITCODE: true
displayName: "Set the release name"
- task: ManualIntervention@8
Expand Down

0 comments on commit edfbe63

Please sign in to comment.