diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1d401fe765d..fb5cca42cbc 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -103,25 +103,25 @@ - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 diff --git a/eng/Versions.props b/eng/Versions.props index 59795cc674e..512d6a022d4 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,9 +42,9 @@ - 5.0.0-beta.21409.4 - 5.0.0-beta.21409.4 - 5.0.0-beta.21409.4 + 5.0.0-beta.21427.7 + 5.0.0-beta.21427.7 + 5.0.0-beta.21427.7 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 8b81a7e5143..2dcda1a8a61 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -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) diff --git a/eng/common/templates/phases/base.yml b/eng/common/templates/phases/base.yml index 0123cf43b16..a87a0b2f687 100644 --- a/eng/common/templates/phases/base.yml +++ b/eng/common/templates/phases/base.yml @@ -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) diff --git a/global.json b/global.json index 1cc4f738e44..936b00f40a9 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21409.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21427.7", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21427.7" }, "sdk": { "version": "5.0.100"