File tree 2 files changed +23
-1
lines changed
2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "codebaseName": "Library-Manager-GitHub",
3
+ "notificationAliases": [
4
+
5
+ ],
6
+ "codebaseAdmins": [
7
+ "REDMOND\\alexgav",
8
+ "REDMOND\\phillipa"
9
+ ],
10
+ "instanceUrl": "https://devdiv.visualstudio.com",
11
+ "projectName": "DevDiv",
12
+ "areaPath": "DevDiv\\NET Developer Experience\\Web\\Library Manager",
13
+ "iterationPath": "DevDiv",
14
+ "allTools": true
15
+ }
Original file line number Diff line number Diff line change @@ -32,7 +32,14 @@ extends:
32
32
template : azure-pipelines/MicroBuild.1ES.Official.yml@MicroBuildTemplate
33
33
parameters :
34
34
sdl :
35
- sourceAnalysisPool : VSEngSS-MicroBuild2022-1ES
35
+ sourceAnalysisPool :
36
+ name : VSEngSS-MicroBuild2022-1ES
37
+ os : windows
38
+ policheck :
39
+ enabled : true
40
+ tsa :
41
+ enabled : true
42
+ configFile : ' $(Build.SourcesDirectory)/.context/TSAConfig.gdntsa'
36
43
pool :
37
44
name : AzurePipelines-EO
38
45
image : AzurePipelinesWindows2022compliantGPT
You can’t perform that action at this time.
0 commit comments