From 44a0b49cb0ae4d3c5400360b5124d451a9c5362e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 23 Oct 2024 12:48:54 +0200 Subject: [PATCH] [automated] Merge branch 'release/9.0.1xx' => 'release/9.0.2xx' (#8484) * Update dependencies from https://github.com/dotnet/arcade build 20240913.3 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24360.5 -> To Version 8.0.0-beta.24463.3 * Update branding to 8.0.111 * Update branding to 8.0.307 * [release/8.0.3xx] Update dependencies from dotnet/arcade (#8368) [release/8.0.3xx] Update dependencies from dotnet/arcade * [release/8.0.1xx] Update dependencies from dotnet/arcade (#8394) [release/8.0.1xx] Update dependencies from dotnet/arcade * Update dependencies from https://github.com/dotnet/arcade build 20241004.2 (#8432) [release/8.0.3xx] Update dependencies from dotnet/arcade * Update dependencies from https://github.com/dotnet/arcade build 20241004.2 (#8431) [release/8.0.1xx] Update dependencies from dotnet/arcade * Update dependencies from https://github.com/dotnet/arcade build 20241008.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24504.2 -> To Version 8.0.0-beta.24508.1 * Update dependencies from https://github.com/dotnet/arcade build 20241008.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24504.2 -> To Version 8.0.0-beta.24508.1 * Update dependencies from https://github.com/dotnet/source-build-externals build 20241010.2 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 8.0.0-alpha.1.24379.1 -> To Version 8.0.0-alpha.1.24510.2 * Update dependencies from https://github.com/dotnet/arcade build 20241016.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1 * Update dependencies from https://github.com/dotnet/arcade build 20241016.1 Microsoft.DotNet.Arcade.Sdk From Version 8.0.0-beta.24508.1 -> To Version 8.0.0-beta.24516.1 * Update dependencies from https://github.com/dotnet/arcade build 20241016.2 (#8472) [release/9.0.1xx] Update dependencies from dotnet/arcade * [release/9.0.1xx] Update dependencies from dotnet/runtime (#8467) [release/9.0.1xx] Update dependencies from dotnet/runtime - Fix ignore patterns * Update dependencies from https://github.com/dotnet/source-build-externals build 20241016.3 (#8481) [release/9.0.1xx] Update dependencies from dotnet/source-build-externals * Enable publish assets immediately (#8483) Removing the post-build template skipped promotion for templating builds * Revert changes made to the eng/ directory and nuget --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: vseanreesermsft <78103370+vseanreesermsft@users.noreply.github.com> Co-authored-by: Sean Reeser Co-authored-by: Marc Paine Co-authored-by: dotnet-maestro[bot] <42748379+dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: v-wuzhai Co-authored-by: Matt Mitchell --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5d62fa97917..8c233d1e851 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,6 +84,7 @@ extends: enablePublishBuildAssets: true enablePublishUsingPipelines: ${{ variables._PublishUsingPipelines }} enableSourceBuild: true + publishAssetsImmediately: true sourceBuildParameters: enableInternalSources: true enableTelemetry: true