diff --git a/build/vsts-ci.yml b/build/vsts-ci.yml index bc86e5fac8..32934da4b2 100644 --- a/build/vsts-ci.yml +++ b/build/vsts-ci.yml @@ -263,7 +263,8 @@ extends: logs: true manifests: true enableMicrobuild: true - enablePublishUsingPipelines: true + enablePublishing: true + publishingVersion: 4 enableSourceIndex: true dependsOn: - Linux_x64 @@ -280,10 +281,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) @@ -322,7 +320,7 @@ extends: dependsOn: Package enablePublishBuildArtifacts: true publishAssetsImmediately: true - publishUsingPipelines: true + publishingVersion: 4 pool: name: $(DncEngInternalBuildPool) image: $(WindowsImage) @@ -330,4 +328,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