From 806e995f587952ee3fc23acb7f1ac9bceb6d790c Mon Sep 17 00:00:00 2001 From: Nate McMaster Date: Tue, 9 Jan 2018 15:06:04 -0800 Subject: [PATCH] Add workaround for dotnet/buildtools#1855 - don't publish duplicate blobs for orchestrated builds --- build/Publish.targets | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/build/Publish.targets b/build/Publish.targets index ea93136ba0..e0c2eacc5b 100644 --- a/build/Publish.targets +++ b/build/Publish.targets @@ -91,12 +91,14 @@ $(BlobBasePath)$(InstallerBaseFileName)-%(NativeInstaller.Identity)%(NativeInstaller.FileExt) + $(AliasBlobBasePath)$(InstallerAliasBaseFileName)-%(NativeInstaller.Identity)%(NativeInstaller.FileExt) true + + true - $(AliasBlobBasePath)%(SharedFxVersionBadge.FileName)%(SharedFxVersionBadge.Extension) no-cache, no-store, must-revalidate @@ -160,7 +162,11 @@ - + + +