File tree Expand file tree Collapse file tree 4 files changed +13
-7
lines changed
Expand file tree Collapse file tree 4 files changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,6 @@ extends:
5959 enabled : true
6060 tsa :
6161 enabled : true
62- binskim :
63- analyzeTargetGlob : +:f|**\*.dll;+:f|**\*.exe;
6462 stages :
6563 - stage : build
6664 displayName : Build
@@ -89,6 +87,14 @@ extends:
8987 enableInternalSources : true
9088 enableTelemetry : true
9189 helixRepo : dotnet/templating
90+ templateContext :
91+ sdl :
92+ binskim :
93+ analyzeTargetGlob : +:f|artifacts\bin\**\*.dll;+:f|artifacts\bin\**\*.exe;
94+ # WORKAROUND: BinSkim requires the folder exist prior to scanning.
95+ preSteps :
96+ - powershell : New-Item -ItemType Directory -Path $(Build.SourcesDirectory)/artifacts/bin -Force
97+ displayName : Create artifacts/bin directory
9298 jobs :
9399 - ${{ each config in parameters.buildConfigurations }} :
94100 - job : Windows_NT_${{ config.buildConfig }}
Original file line number Diff line number Diff line change 44<UsageData >
55 <IgnorePatterns >
66 <!-- Lifted to live version in VMR. -->
7- <UsagePattern IdentityGlob =" System.Formats.Asn1/8 .0.*" />
7+ <UsagePattern IdentityGlob =" System.Formats.Asn1/9 .0.*" />
88 </IgnorePatterns >
99</UsageData >
Original file line number Diff line number Diff line change 2929 <Sha >e0e05154656254a735ebf19ffa5a37a8b915039b</Sha >
3030 <SourceBuild RepoName =" arcade" ManagedOnly =" true" />
3131 </Dependency >
32- <Dependency Name =" System.Formats.Asn1" Version =" 8 .0.1 " >
33- <Uri >https://dev.azure. com/dnceng/internal/_git/ dotnet- runtime</Uri >
34- <Sha >2aade6beb02ea367fd97c4070a4198802fe61c03 </Sha >
32+ <Dependency Name =" System.Formats.Asn1" Version =" 9 .0.0 " >
33+ <Uri >https://github. com/dotnet/ runtime</Uri >
34+ <Sha >d3981726bc8b0e179db50301daf9f22d42393096 </Sha >
3535 </Dependency >
3636 </ToolsetDependencies >
3737</Dependencies >
Original file line number Diff line number Diff line change 1919 </PropertyGroup >
2020 <PropertyGroup >
2121 <!-- Non-maestro versions -->
22- <SystemFormatsAsn1Version >8 .0.1 </SystemFormatsAsn1Version >
22+ <SystemFormatsAsn1Version >9 .0.0 </SystemFormatsAsn1Version >
2323 </PropertyGroup >
2424</Project >
You can’t perform that action at this time.
0 commit comments