Skip to content

Commit 0e1e0e7

Browse files
authored
[automated] Merge branch 'release/8.0' => 'release/9.0' (#37307)
2 parents 2cc56d3 + 553cf02 commit 0e1e0e7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipelines.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,9 @@ extends:
4747
parameters:
4848
featureFlags:
4949
autoBaseline: false
50+
usePrefastVersion3: true
5051
autoEnableRoslynWithNewRuleset: false
52+
binskimScanAllExtensions: true
5153
sdl:
5254
sourceAnalysisPool:
5355
name: $(DncEngInternalBuildPool)
@@ -57,6 +59,8 @@ extends:
5759
baselineFile: $(Build.SourcesDirectory)\.config\guardian\.gdnbaselines
5860
binskim:
5961
scanOutputDirectoryOnly: true
62+
analyzeTargetGlob: +:f|**/Microsoft.EntityFrameworkCore*.dll;+:f|**/Microsoft.Data.Sqlite*.dll;+:f|**/ef.exe;+:f|**/dotnet-ef.exe;-:f|**/shims/**/*.exe;
63+
preReleaseVersion: '4.3.1'
6064
policheck:
6165
enabled: true
6266
tsa:
@@ -155,6 +159,9 @@ extends:
155159
COMPlus_EnableWriteXorExecute: 0
156160
displayName: Build
157161
templateContext:
162+
sdl:
163+
binskim:
164+
prereleaseVersion: ' '
158165
outputs:
159166
- output: pipelineArtifact
160167
displayName: Upload TestResults
@@ -177,6 +184,9 @@ extends:
177184
- script: eng/common/cibuild.sh --configuration $(_BuildConfig) --prepareMachine $(_InternalRuntimeDownloadArgs)
178185
displayName: Build
179186
templateContext:
187+
sdl:
188+
binskim:
189+
prereleaseVersion: ' '
180190
outputs:
181191
- output: pipelineArtifact
182192
displayName: Upload TestResults

0 commit comments

Comments
 (0)