Skip to content

Commit a1e64e3

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20210827.7 (#5271)
[release/5.0] Update dependencies from dotnet/arcade
1 parent 97700b1 commit a1e64e3

File tree

5 files changed

+17
-17
lines changed

5 files changed

+17
-17
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -103,25 +103,25 @@
103103
</Dependency>
104104
</ProductDependencies>
105105
<ToolsetDependencies>
106-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21409.4">
106+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21427.7">
107107
<Uri>https://github.com/dotnet/arcade</Uri>
108-
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
108+
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
109109
</Dependency>
110-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.21409.4">
110+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="5.0.0-beta.21427.7">
111111
<Uri>https://github.com/dotnet/arcade</Uri>
112-
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
112+
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
113113
</Dependency>
114-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21409.4">
114+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21427.7">
115115
<Uri>https://github.com/dotnet/arcade</Uri>
116-
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
116+
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
117117
</Dependency>
118-
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.21409.4">
118+
<Dependency Name="Microsoft.DotNet.ApiCompat" Version="5.0.0-beta.21427.7">
119119
<Uri>https://github.com/dotnet/arcade</Uri>
120-
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
120+
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
121121
</Dependency>
122-
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.21409.4">
122+
<Dependency Name="Microsoft.DotNet.GenAPI" Version="5.0.0-beta.21427.7">
123123
<Uri>https://github.com/dotnet/arcade</Uri>
124-
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
124+
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
125125
</Dependency>
126126
</ToolsetDependencies>
127127
</Dependencies>

eng/Versions.props

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@
4242
</PropertyGroup>
4343
<!-- Packages that come from https://github.com/dotnet/arcade -->
4444
<PropertyGroup>
45-
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.21409.4</MicrosoftDotNetApiCompatVersion>
46-
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.21409.4</MicrosoftDotNetCodeAnalysisPackageVersion>
47-
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.21409.4</MicrosoftDotNetGenAPIVersion>
45+
<MicrosoftDotNetApiCompatVersion>5.0.0-beta.21427.7</MicrosoftDotNetApiCompatVersion>
46+
<MicrosoftDotNetCodeAnalysisPackageVersion>5.0.0-beta.21427.7</MicrosoftDotNetCodeAnalysisPackageVersion>
47+
<MicrosoftDotNetGenAPIVersion>5.0.0-beta.21427.7</MicrosoftDotNetGenAPIVersion>
4848
</PropertyGroup>
4949
<!-- Packages that come from https://github.com/dotnet/corefxlab -->
5050
<PropertyGroup>

eng/common/templates/job/job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103

104104
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
105105
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
106-
- task: MicroBuildSigningPlugin@2
106+
- task: MicroBuildSigningPlugin@3
107107
displayName: Install MicroBuild plugin
108108
inputs:
109109
signType: $(_SignType)

eng/common/templates/phases/base.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ phases:
8282
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
8383
# Internal only resource, and Microbuild signing shouldn't be applied to PRs.
8484
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
85-
- task: MicroBuildSigningPlugin@2
85+
- task: MicroBuildSigningPlugin@3
8686
displayName: Install MicroBuild plugin
8787
inputs:
8888
signType: $(_SignType)

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
}
1313
},
1414
"msbuild-sdks": {
15-
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4",
16-
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21409.4"
15+
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21427.7",
16+
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21427.7"
1717
},
1818
"sdk": {
1919
"version": "5.0.100"

0 commit comments

Comments
 (0)