File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments