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)"/> - +