Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/release/5.0' into internal/rel…
Browse files Browse the repository at this point in the history
…ease/5.0
  • Loading branch information
mmitche committed Sep 23, 2021
2 parents 4213b12 + 129a12a commit 34f7d32
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 17 deletions.
20 changes: 10 additions & 10 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -154,25 +154,25 @@ Note: if the Uri is a new place, you will need to add a subscription from that p
</ProductDependencies>
<ToolsetDependencies>
<!-- Arcade -->
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.GenFacades" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.21409.4">
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="5.0.0-beta.21427.7">
<Uri>https://github.com/dotnet/arcade</Uri>
<Sha>7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a</Sha>
<Sha>2e26f9ebee3ac27803aa5f2df50192a46393d108</Sha>
</Dependency>
</ToolsetDependencies>
</Dependencies>
6 changes: 3 additions & 3 deletions eng/Versions.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
</PropertyGroup>
<!-- Arcade -->
<PropertyGroup>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.21409.4</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.21409.4</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.21409.4</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftDotNetGenFacadesPackageVersion>5.0.0-beta.21427.7</MicrosoftDotNetGenFacadesPackageVersion>
<MicrosoftDotNetRemoteExecutorVersion>5.0.0-beta.21427.7</MicrosoftDotNetRemoteExecutorVersion>
<MicrosoftDotNetXUnitExtensionsPackageVersion>5.0.0-beta.21427.7</MicrosoftDotNetXUnitExtensionsPackageVersion>
<MicrosoftNETTestSdkVersion>16.5.0</MicrosoftNETTestSdkVersion>
</PropertyGroup>
<!-- Below have no corresponding entries in Versions.Details.XML because they are not updated via Maestro -->
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/job/job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:

- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
- task: MicroBuildSigningPlugin@2
- task: MicroBuildSigningPlugin@3
displayName: Install MicroBuild plugin
inputs:
signType: $(_SignType)
Expand Down
2 changes: 1 addition & 1 deletion eng/common/templates/phases/base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ phases:
- ${{ if eq(parameters.enableMicrobuild, 'true') }}:
# Internal only resource, and Microbuild signing shouldn't be applied to PRs.
- ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}:
- task: MicroBuildSigningPlugin@2
- task: MicroBuildSigningPlugin@3
displayName: Install MicroBuild plugin
inputs:
signType: $(_SignType)
Expand Down
4 changes: 2 additions & 2 deletions global.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
"version": "5.0.100"
},
"msbuild-sdks": {
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4",
"Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21427.7",
"Microsoft.DotNet.CMake.Sdk": "5.0.0-beta.20256.5",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21409.4",
"Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21427.7",
"FIX-85B6-MERGE-9C38-CONFLICT": "1.0.0",
"Microsoft.NET.Sdk.IL": "5.0.11-servicing.21473.8"
},
Expand Down

0 comments on commit 34f7d32

Please sign in to comment.