From 408b36f50978f107003ecb230cacab6158bf4c1c Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Tue, 10 Jan 2017 21:10:40 -0600 Subject: [PATCH 1/3] 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) From 420a6e9a66895468b392711ddf427353159965b0 Mon Sep 17 00:00:00 2001 From: Livar Cunha Date: Wed, 11 Jan 2017 14:44:47 -0800 Subject: [PATCH 2/3] Use a separate env variable to control uploading the lzma archive. We only want OSX to publish the archive, because turns out that windows published archives are not used by unix based oses. --- build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets b/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets index 54e67a46e..06456c755 100644 --- a/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets +++ b/build/compile/Microsoft.DotNet.Cli.LzmaArchive.targets @@ -14,7 +14,7 @@ DependsOnTargets="SetupNuGetPackagesArchiveInputsOutputs; SetupAzureBlobInformation; GenerateNuGetPackagesArchive" - Condition=" '$(UploadNuGetPackagesArchiveToAzure)' == 'true' And '$(PUBLISH_TO_AZURE_BLOB)' != '' "> + Condition=" '$(UploadNuGetPackagesArchiveToAzure)' == 'true' And '$(PUBLISH_LZMA_TO_AZURE_BLOB)' != '' "> From 7608f2d288c38f02e6525a16feb5deec7842fec2 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Wed, 11 Jan 2017 23:58:51 -0800 Subject: [PATCH 3/3] Update msbuild to 15.1.0-preview-000522-02 --- build/Microsoft.DotNet.Cli.DependencyVersions.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/Microsoft.DotNet.Cli.DependencyVersions.props b/build/Microsoft.DotNet.Cli.DependencyVersions.props index 94bee6f5d..ff1b726b2 100644 --- a/build/Microsoft.DotNet.Cli.DependencyVersions.props +++ b/build/Microsoft.DotNet.Cli.DependencyVersions.props @@ -1,7 +1,7 @@ - 15.1.0-preview-000509-03 + 15.1.0-preview-000522-02 2.0.0-rc3-61212-03 1.0.0-alpha-20170111-1 1.0.0-alpha-20170106-1-203