From 500b60ac4b827fbaa38c784dc5c6df8cc254dc33 Mon Sep 17 00:00:00 2001 From: Ben Villalobos <4691428+BenVillalobos@users.noreply.github.com> Date: Thu, 22 Apr 2021 14:41:35 -0700 Subject: [PATCH] Move to V3 publishing (#6349) --- .vsts-dotnet.yml | 1 + eng/Publishing.props | 6 ++++++ eng/Version.Details.xml | 4 ++-- global.json | 2 +- 4 files changed, 10 insertions(+), 3 deletions(-) create mode 100644 eng/Publishing.props diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index cb827f778a0..700cef707b2 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -221,6 +221,7 @@ stages: - ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - template: eng\common\templates\post-build\post-build.yml parameters: + publishingInfraVersion: 3 # Symbol validation is not entirely reliable as of yet, so should be turned off until # https://github.com/dotnet/arcade/issues/2871 is resolved. enableSymbolValidation: false diff --git a/eng/Publishing.props b/eng/Publishing.props new file mode 100644 index 00000000000..6db69f7afa9 --- /dev/null +++ b/eng/Publishing.props @@ -0,0 +1,6 @@ + + + + 3 + + \ No newline at end of file diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 13d8260275b..0eefd4337d0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,9 +1,9 @@ - + https://github.com/dotnet/arcade - 670382be6a978ba401c21c57ba44311199d2682a + e304b1672084f2274b5d838893d894fa5cf8abea https://github.com/nuget/nuget.client diff --git a/global.json b/global.json index 5aff70ee07d..25f7aa05985 100644 --- a/global.json +++ b/global.json @@ -12,6 +12,6 @@ }, "msbuild-sdks": { "Microsoft.Build.CentralPackageVersions": "2.0.1", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21160.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21221.5" } }