Skip to content

Commit ea48507

Browse files
dotnet-maestro[bot]KevinRansom
authored andcommitted
Update dependencies from https://github.com/dotnet/arcade build 20190806.7 (#7364)
- Microsoft.DotNet.Arcade.Sdk - 1.0.0-beta.19406.7
1 parent 87cd2df commit ea48507

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
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>

eng/common/templates/post-build/post-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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') }}:

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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
}

0 commit comments

Comments
 (0)