From 7993b438a0cfc6250b83ff9d23215e402304244a Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Sat, 27 Aug 2016 21:10:23 -0700 Subject: [PATCH] Reset ToolsVersion to 14 --- build.proj | 2 +- build/Microsoft.DotNet.Cli.Package.targets | 5 +++-- build/package/Microsoft.DotNet.Cli.Installer.DEB.proj | 6 +++--- build/test/RunTest.proj | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/build.proj b/build.proj index 8f4bf2e19..4aa253178 100644 --- a/build.proj +++ b/build.proj @@ -1,5 +1,5 @@ - + diff --git a/build/Microsoft.DotNet.Cli.Package.targets b/build/Microsoft.DotNet.Cli.Package.targets index 93e182727..150d0520f 100644 --- a/build/Microsoft.DotNet.Cli.Package.targets +++ b/build/Microsoft.DotNet.Cli.Package.targets @@ -32,8 +32,9 @@ SharedFrameworkBrandName=$(SharedFrameworkBrandName); SharedFrameworkName=$(SharedFrameworkName); SharedFrameworkVersion=$(SharedFrameworkVersion); - ToolPath=$(Stage2Directory);"> - + diff --git a/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj b/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj index f154bc018..76fda7254 100644 --- a/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj +++ b/build/package/Microsoft.DotNet.Cli.Installer.DEB.proj @@ -1,6 +1,5 @@ - + $([MSBuild]::Unescape($(CLIBuildDll))) @@ -17,7 +16,8 @@ DependsOnTargets="TestDebuild; BuildSdkDeb; TestSdkDeb;" - Condition=" '$(OSName)' == 'ubuntu' " /> + Condition=" '$(OSName)' == 'ubuntu' " + Outputs="@(GeneratedInstallers)"/> - +