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))))