From 4d5b3159d8d8a0cecc7af69127ba83ac874ad010 Mon Sep 17 00:00:00 2001 From: Epsitha Ananth <47157394+epananth@users.noreply.github.com> Date: Mon, 14 Sep 2020 07:52:32 -0700 Subject: [PATCH] V3 publishing (#25784) * v3 changes --- .azure/pipelines/ci.yml | 1 + eng/Publishing.props | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.azure/pipelines/ci.yml b/.azure/pipelines/ci.yml index b705f9c565..3cbd594ec3 100644 --- a/.azure/pipelines/ci.yml +++ b/.azure/pipelines/ci.yml @@ -750,6 +750,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 enableSymbolValidation: false enableSigningValidation: false enableNugetValidation: false diff --git a/eng/Publishing.props b/eng/Publishing.props index 96ff7034d2..f6c6fe21a0 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,4 +1,8 @@ + + 3 + + $(ArtifactsDir.Substring(0, $([MSBuild]::Subtract($(ArtifactsDir.Length), 1))))