From 408b36f50978f107003ecb230cacab6158bf4c1c Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 10 Jan 2017 21:10:40 -0600 Subject: [PATCH] Fix the download of the LZMA archive on dev machines and in Jenkins CI. --- build/Microsoft.DotNet.Cli.Publish.targets | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/Microsoft.DotNet.Cli.Publish.targets b/build/Microsoft.DotNet.Cli.Publish.targets index a05512cf4..66b3d84d3 100644 --- a/build/Microsoft.DotNet.Cli.Publish.targets +++ b/build/Microsoft.DotNet.Cli.Publish.targets @@ -28,8 +28,10 @@ Sdk $(ARTIFACT_STORAGE_CONTAINER) + dotnet $(ARTIFACT_STORAGE_KEY) $(ARTIFACT_STORAGE_ACCOUNT) + dotnetcli https://$(ArtifactCloudDropAccountName).blob.core.windows.net/$(ArtifactContainerName) $(CHECKSUM_STORAGE_CONTAINER) $(CHECKSUM_STORAGE_KEY)