Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions azure-pipelines/release-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ extends:
- task: ManualValidation@0
timeoutInMinutes: 1440 # task times out in 1 day
inputs:
notifyUsers: erikd@microsoft.com
notifyUsers: plseng@microsoft.com
instructions: Please test the latest draft release and then publish it.
onTimeout: reject

Expand Down Expand Up @@ -176,5 +176,5 @@ extends:
contentSource: Folder
folderLocation: $(Build.StagingDirectory)/dist
waitForReleaseCompletion: true
owners: erikd@microsoft.com
owners: rchiodo@microsoft.com
approvers: [email protected]
Loading