File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change 1+ {
2+ "codebaseName": "VSCode-CSharp-GitHub",
3+ "notificationAliases": [
4+ 5+ ],
6+ "codebaseAdmins": [
7+ "REDMOND\\jaredpar",
8+ "REDMOND\\arkalyan"
9+ ],
10+ "instanceUrl": "https://devdiv.visualstudio.com",
11+ "projectName": "DevDiv",
12+ "areaPath": "DevDiv\\NET Developer Experience\\CSharp and VB IDE",
13+ "iterationPath": "DevDiv",
14+ "allTools": true
15+ }
Original file line number Diff line number Diff line change @@ -33,11 +33,21 @@ extends:
3333 name : netcore1espool-internal
3434 image : 1es-windows-2022
3535 os : windows
36+ sdl :
37+ sourceAnalysisPool :
38+ name : netcore1espool-internal
39+ image : 1es-windows-2022
40+ os : windows
41+ policheck :
42+ enabled : true
43+ tsa :
44+ enabled : true
45+ configFile : ' $(Build.SourcesDirectory)/.config/guardian/TSAConfig.gdntsa'
3646 customBuildTags :
3747 - ES365AIMigrationTooling
3848 stages :
3949 - template : /azure-pipelines/build-all.yml@self
4050 parameters :
4151 versionNumberOverride : ${{ parameters.versionNumberOverride }}
4252 isOfficial : true
43- channel : ${{ parameters.channel }}
53+ channel : ${{ parameters.channel }}
You can’t perform that action at this time.
0 commit comments