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"/>