diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index 11f916e718..e3a16970a5 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -261,7 +261,8 @@ extends: logs: true manifests: true enableMicrobuild: true - enablePublishUsingPipelines: true + enablePublishing: true + publishingVersion: 4 enableSourceIndex: true dependsOn: - Linux_x64 @@ -278,10 +279,7 @@ extends: - _TeamName: DotNetCore - _InternalBuildArgs: /p:DotNetSignType=$(_SignType) /p:TeamName=$(_TeamName) - /p:DotNetSymbolServerTokenMsdl=$(microsoft-symbol-server-pat) - /p:DotNetSymbolServerTokenSymWeb=$(symweb-symbol-server-pat) /p:OfficialBuildId=$(OfficialBuildId) - /p:DotNetPublishUsingPipelines=$true pool: name: $(DncEngInternalBuildPool) image: $(WindowsImage) @@ -320,7 +318,7 @@ extends: dependsOn: Package enablePublishBuildArtifacts: true publishAssetsImmediately: true - publishUsingPipelines: true + publishingVersion: 4 pool: name: $(DncEngInternalBuildPool) image: $(WindowsImage) @@ -328,4 +326,4 @@ extends: - template: /eng/common/templates-official/post-build/post-build.yml@self parameters: - publishingInfraVersion: 3 + publishingInfraVersion: 4 diff --git a/eng/Publishing.props b/eng/Publishing.props index e727fcf4bb..f9271b17a6 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -1,5 +1,5 @@ - 3 + 4 \ No newline at end of file