Skip to content

Commit

Permalink
use correct manual validation task
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft committed Jul 31, 2024
1 parent a654863 commit dc84258
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jobs/release/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,10 @@ extends:
Write-Host "##vso[build.updatebuildnumber]$newVersion - $str"
ignoreLASTEXITCODE: true
displayName: 'Set the release name'
- task: ManualIntervention@8
displayName: 'Manual Intervention'
- task: ManualValidation@0
displayName: 'Manual Validation'
inputs:
notifyUsers: cmaketools@microsoft.com
instructions: |
Download and test the vsix from the latest release build: https://devdiv.visualstudio.com/DevDiv/_build?definitionId=17431
Expand Down

0 comments on commit dc84258

Please sign in to comment.