From eb501912e5ffca67618ed2c9b72b8555a919ee1d Mon Sep 17 00:00:00 2001 From: Michelle McDaniel Date: Mon, 16 Aug 2021 17:09:29 -0700 Subject: [PATCH] Move to v3 publishing (#737) --- azure-pipelines.yml | 1 + eng/Publishing.props | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 eng/Publishing.props diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9030c7d4..56424fcd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -153,6 +153,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 isn't being very reliable lately. This should be enabled back # once this issue is resolved: https://github.com/dotnet/arcade/issues/2871 enableSymbolValidation: false diff --git a/eng/Publishing.props b/eng/Publishing.props new file mode 100644 index 00000000..797de4ea --- /dev/null +++ b/eng/Publishing.props @@ -0,0 +1,6 @@ + + + + 3 + + \ No newline at end of file