We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d678074 + fb1d68a commit 701b9e4Copy full SHA for 701b9e4
azure-pipelines/variables/InsertReviewers.ps1
@@ -7,6 +7,7 @@ if (Test-Path "$PSScriptRoot\TeamEmail.ps1") {
7
}
8
9
$contacts += 'Andrew Arnott'
10
+$contacts += 'VS Core - Extensibility'
11
12
$contacts = $contacts |? { $_ }
13
if ($contacts) {
0 commit comments