From 0a634d5174ab92edfb349a12d55746ec3366cd26 Mon Sep 17 00:00:00 2001 From: Piotr Puszkiewicz Date: Tue, 7 Feb 2017 10:56:06 -0800 Subject: [PATCH] Add incrementality check for MSI generation --- .../package/Microsoft.DotNet.Cli.Installer.MSI.targets | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/build/package/Microsoft.DotNet.Cli.Installer.MSI.targets b/build/package/Microsoft.DotNet.Cli.Installer.MSI.targets index 365c15b9b..c1d1474d3 100644 --- a/build/package/Microsoft.DotNet.Cli.Installer.MSI.targets +++ b/build/package/Microsoft.DotNet.Cli.Installer.MSI.targets @@ -26,6 +26,12 @@ $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).$(NugetVersion).nupkg + + + + + @@ -74,7 +80,9 @@ + Condition=" '$(OS)' == 'Windows_NT'" + Inputs="@(GenerateSdkMsiInputs)" + Outputs="$(SdkInstallerFile)">