File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
common/templates/post-build Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 33 <ProductDependencies >
44 </ProductDependencies >
55 <ToolsetDependencies >
6- <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19405.9 " >
6+ <Dependency Name =" Microsoft.DotNet.Arcade.Sdk" Version =" 1.0.0-beta.19406.7 " >
77 <Uri >https://github.com/dotnet/arcade</Uri >
8- <Sha >44ccf0f527de559b07f9ad955a47ec97f03f2146 </Sha >
8+ <Sha >c155e609f88491128e1a66d09f413062f3344d4b </Sha >
99 </Dependency >
1010 </ToolsetDependencies >
1111</Dependencies >
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ stages:
5252 filePath : eng\common\sdk-task.ps1
5353 arguments : -task SigningValidation -restore -msbuildEngine dotnet
5454 /p:PackageBasePath='$(Build.ArtifactStagingDirectory)/PackageArtifacts'
55+ /p:SignCheckExclusionsFile='$(Build.SourcesDirectory)/eng/SignCheckExclusionsFile.txt'
5556 /p:Configuration=Release
5657
5758 - ${{ if eq(parameters.enableSourceLinkValidation, 'true') }} :
Original file line number Diff line number Diff line change 1010 }
1111 },
1212 "msbuild-sdks" : {
13- "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19405.9 " ,
13+ "Microsoft.DotNet.Arcade.Sdk" : " 1.0.0-beta.19406.7 " ,
1414 "Microsoft.DotNet.Helix.Sdk" : " 2.0.0-beta.19069.2"
1515 }
1616}
You can’t perform that action at this time.
0 commit comments