From d8eff5d4d64a17d9c5eea1edcd6c4b744494665c Mon Sep 17 00:00:00 2001 From: Rich Chiodo Date: Wed, 1 Oct 2025 09:34:30 -0700 Subject: [PATCH] Add users to notification list for manual validation --- build/azuredevops/azure-pipelines-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/azuredevops/azure-pipelines-release.yml b/build/azuredevops/azure-pipelines-release.yml index 88036701c..ce2e4598f 100644 --- a/build/azuredevops/azure-pipelines-release.yml +++ b/build/azuredevops/azure-pipelines-release.yml @@ -246,7 +246,7 @@ extends: - task: ManualValidation@0 timeoutInMinutes: 120 # task times out in 2 hours inputs: - notifyUsers: 'plseng@microsoft.com,eric@traut.com' + notifyUsers: 'plseng@microsoft.com,eric@traut.com,rchiodo@microsoft.com,bschnurr@microsoft.com,graham.wheeler@microsoft.com' instructions: 'In the next 2 hours please test the latest draft release of Pyright, then Publish the release in GitHub.' onTimeout: 'reject' # require sign-off