From 9db7d0e3bdd4af0c9363436a689102829083fb50 Mon Sep 17 00:00:00 2001 From: Matt Mitchell Date: Tue, 4 Jun 2024 11:12:37 -0700 Subject: [PATCH] Set publishAssetsImmediately on post-build (#33768) Avoid darc double publish. --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e169cc05bcf..f7d7d3e983e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -245,6 +245,7 @@ extends: - template: /eng/common/templates-official/post-build/post-build.yml@self parameters: publishingInfraVersion: 3 + publishAssetsImmediately: true # Symbol validation isn't being very reliable lately. This should be enabled back # once this issue is resolved: https://github.com/dotnet/arcade/issues/2871 enableSymbolValidation: false @@ -252,4 +253,4 @@ extends: enableNugetValidation: false enableSourceLinkValidation: false SDLValidationParameters: - enable: false \ No newline at end of file + enable: false