File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +26
-0
lines changed
Original file line number Diff line number Diff line change
1
+ {
2
+ "instanceUrl" : " https://devdiv.visualstudio.com/" ,
3
+ "template" : " TFSDEVDIV" ,
4
+ "projectName" : " DEVDIV" ,
5
+ "areaPath" : " DevDiv\\ NET Libraries" ,
6
+ "iterationPath" : " DevDiv" ,
7
+ "notificationAliases" : [ " dotnetlib@microsoft.com" ],
8
+ "repositoryName" :" command-line-api" ,
9
+ "codebaseName" : " command-line-api" ,
10
+ "serviceTreeId" : " 7a9b52f6-7805-416c-9390-343168c0cdb3"
11
+ }
Original file line number Diff line number Diff line change @@ -5,13 +5,20 @@ variables:
5
5
value : .NETCore
6
6
- name : Codeql.Enabled
7
7
value : true
8
+ # CodeQL3000 needs this plumbed along as a variable to enable TSA.
9
+ - name : Codeql.TSAEnabled
10
+ value : true
11
+ - name : Codeql.TSAOptionsPath
12
+ value : ' $(Build.SourcesDirectory)/.config/tsaoptions.json'
8
13
9
14
# CI and PR triggers
10
15
trigger :
11
16
batch : true
12
17
branches :
13
18
include :
14
19
- main
20
+ - internal/release/*
21
+ - validation/*
15
22
16
23
pr :
17
24
autoCancel : false
@@ -35,6 +42,14 @@ extends:
35
42
os : windows
36
43
customBuildTags :
37
44
- ES365AIMigrationTooling
45
+ sdl :
46
+ binskim :
47
+ scanOutputDirectoryOnly : true
48
+ preReleaseVersion : ' 4.3.1'
49
+ policheck :
50
+ enabled : true
51
+ tsa :
52
+ enabled : true
38
53
stages :
39
54
- stage : build
40
55
displayName : Build and Test
You can’t perform that action at this time.
0 commit comments