From bcbfbffced9b30f0d2d659179c87f3663650883c Mon Sep 17 00:00:00 2001 From: Daniel Plaisted Date: Wed, 13 Jun 2018 18:25:59 -0700 Subject: [PATCH] Update Installer build to create both old and new package identities --- build/package/Installer.MSI.targets | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/build/package/Installer.MSI.targets b/build/package/Installer.MSI.targets index 68fc9c15a..2b1b5285d 100644 --- a/build/package/Installer.MSI.targets +++ b/build/package/Installer.MSI.targets @@ -19,8 +19,10 @@ $(RepoRoot)/packaging/windows/msbuildextensions/generatemsi.ps1 - $(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.nuspec - $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.$(FullNugetVersion).nupkg + $(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).nuspec + $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).$(FullNugetVersion).nupkg + $(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.nuspec + $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.$(Architecture).2.1.2xx.$(FullNugetVersion).nupkg $(RepoRoot)/packaging/windows/clisdk/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.nuspec $(InstallerOutputDirectory)/VS.Redist.Common.Net.Core.SDK.MSBuildExtensions.$(FullNugetVersion).nupkg @@ -162,14 +164,21 @@ Condition=" '$(OS)' == 'Windows_NT'" Inputs="$(CombinedFrameworkSdkHostInstallerFile); $(SdkInstallerNuspecFile); + $(SdkInstallerNuspecFile2xx); $(SdkGenerateNupkgPowershellScript)" - Outputs="$(SdkInstallerNupkgFile)"> + Outputs="$(SdkInstallerNupkgFile);$(SdkInstallerNupkgFile2xx)"> + +