From e7bd33b200bf36bb7200f66b08855c4dbbc10bdf Mon Sep 17 00:00:00 2001 From: jbeisner Date: Tue, 16 Jan 2018 16:09:00 +0000 Subject: [PATCH] Add "SDK" at the end of the orchestrated build blob drop point. --- build/AzureInfo.props | 3 ++- build/publish/AzureInfo.targets | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/build/AzureInfo.props b/build/AzureInfo.props index 90169ffa0..bfc70db78 100644 --- a/build/AzureInfo.props +++ b/build/AzureInfo.props @@ -1,7 +1,8 @@ + Sdk True - Sdk + $(Product) https://dotnetcli.azureedge.net/dotnet/ diff --git a/build/publish/AzureInfo.targets b/build/publish/AzureInfo.targets index 351357cc5..9310ba14a 100644 --- a/build/publish/AzureInfo.targets +++ b/build/publish/AzureInfo.targets @@ -14,7 +14,7 @@ %(BlobElements.AccountName) %(BlobElements.AccountName) %(BlobElements.BaseBlobPath) - $(PublishBlobFeedUrlBlobPath.Replace('/index.json', ''))/assets + $(PublishBlobFeedUrlBlobPath.Replace('/index.json', ''))/assets/$(Product)