From 45d9204c7aa109c2d33ac964b1c43fbcf50fdbc2 Mon Sep 17 00:00:00 2001 From: Epsitha Ananth <47157394+epananth@users.noreply.github.com> Date: Thu, 17 Sep 2020 10:05:22 -0700 Subject: [PATCH] V3 publishing (#8598) * v3 --- .vsts-ci.yml | 3 ++- eng/Publishing.props | 14 ++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/.vsts-ci.yml b/.vsts-ci.yml index 7cbab6ffd..9fe9d0738 100644 --- a/.vsts-ci.yml +++ b/.vsts-ci.yml @@ -262,6 +262,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 @@ -286,7 +287,7 @@ stages: dependsOn: # This will run only after all the publishing stages have run. # These stages are introduced in the eng/common/templates/post-build/channels YAML templates - - NetCore_Dev5_Publish + - publish_using_darc jobs: - job: Copy_SDK_To_Latest pool: diff --git a/eng/Publishing.props b/eng/Publishing.props index 99e07962f..a95cdd38d 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,6 +1,10 @@ + + 3 + + Sdk $(Product) @@ -152,21 +156,23 @@ + PublishFlatContainer="true" + PublishingVersion="3"/> + PublishFlatContainer="true" + PublishingVersion="3"/>