diff --git a/NuGet.config b/NuGet.config index 9a8ad7c31..ce99e4ee3 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,27 +7,14 @@ - - - - - - - - - - - - - @@ -44,24 +31,12 @@ - - - - - - - - - - - - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8b4cbb630..e18ef05c9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -144,13 +144,13 @@ - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 - + https://github.com/dotnet/arcade - 7b8e78dced9b93e5d69fabb9fbc9a2eb5de8e95a + 2e26f9ebee3ac27803aa5f2df50192a46393d108 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 874ab6681..c7ab469ac 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 5.0.0-beta.21409.4 + 5.0.0-beta.21427.7 diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 8b81a7e51..2dcda1a8a 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 0123cf43b..a87a0b2f6 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 d24051c54..d9225de5d 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21409.4" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21427.7" } }