From 8179454897676e8120d8bf73d17319c7e171ca34 Mon Sep 17 00:00:00 2001 From: "Matt Mitchell (.NET)" Date: Fri, 24 Apr 2026 13:32:30 -0700 Subject: [PATCH] Upgrade to V4 arcade publishing Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- build/vsts-ci.yml | 10 ++++------ eng/Publishing.props | 2 +- 2 files changed, 5 insertions(+), 7 deletions(-) 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