From 4f2ac3eae5157139144ca5a48e3cbf93ec4be421 Mon Sep 17 00:00:00 2001 From: jbeisner Date: Wed, 17 Jan 2018 17:17:08 +0000 Subject: [PATCH] Setting 'IsNotOrchestratedPublish' explictly to false; conditional clean-up. --- build/AzureInfo.props | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/build/AzureInfo.props b/build/AzureInfo.props index 3fd6782e6..cefcafca5 100644 --- a/build/AzureInfo.props +++ b/build/AzureInfo.props @@ -1,7 +1,8 @@ Sdk - true + true + false https://dotnetcli.azureedge.net/dotnet/ @@ -19,7 +20,7 @@ $(PB_PublishBlobFeedKey) $(ARTIFACT_STORAGE_KEY) $(PB_PublishBlobFeedUrl) - https://$(ArtifactCloudDropAccountName).blob.core.windows.net/$(ArtifactContainerName)/index.json + https://$(ArtifactCloudDropAccountName).blob.core.windows.net/$(ArtifactContainerName)/index.json $(CHECKSUM_STORAGE_ACCOUNT) @@ -29,7 +30,7 @@ $(PB_PublishBlobFeedKey) $(CHECKSUM_STORAGE_KEY) $(PB_PublishBlobFeedUrl) - https://$(ChecksumCloudDropAccountName).blob.core.windows.net/$(ChecksumContainerName)/index.json + https://$(ChecksumCloudDropAccountName).blob.core.windows.net/$(ChecksumContainerName)/index.json $(PB_PublishBlobFeedUrl)