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\\phillipa",
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:
33
33
name : netcore1espool-internal
34
34
image : 1es-windows-2022
35
35
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'
36
46
customBuildTags :
37
47
- ES365AIMigrationTooling
38
48
stages :
39
49
- template : /azure-pipelines/build-all.yml@self
40
50
parameters :
41
51
versionNumberOverride : ${{ parameters.versionNumberOverride }}
42
52
isOfficial : true
43
- channel : ${{ parameters.channel }}
53
+ channel : ${{ parameters.channel }}
You can’t perform that action at this time.
0 commit comments