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.
1 parent e40e0e7 commit 2556265Copy full SHA for 2556265
.vsts-ci-official.yml
@@ -43,9 +43,6 @@ extends:
43
customBuildTags:
44
- ES365AIMigrationTooling
45
sdl:
46
- binskim:
47
- scanOutputDirectoryOnly: true
48
- preReleaseVersion: '4.3.1'
49
policheck:
50
enabled: true
51
tsa:
@@ -67,6 +64,9 @@ extends:
67
64
timeoutInMinutes: 180 # increase timeout since BAR publishing might wait a long time
68
65
jobs:
69
66
- job: Windows
+ sdl:
+ binskim:
+ analyzeTargetGlob: +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;
70
pool:
71
name: NetCore1ESPool-Internal
72
demands: ImageOverride -equals windows.vs2022.amd64
0 commit comments