From d987a525c897e53de043618b5369577d8b77926e Mon Sep 17 00:00:00 2001 From: John Beisner Date: Thu, 16 May 2019 16:33:29 -0700 Subject: [PATCH] Resolve named CAB collision and drop the CABs (#1976) * Resolve named CAB collision; drop the CABs. * Resolving naming convention warning: 8 chars plus {0} are allowed. * Update src/redist/targets/packaging/windows/clisdk/dotnet.wxs Co-Authored-By: Peter Huene --- eng/Publishing.props | 1 + .../targets/packaging/windows/clisdk/bundle.wxs | 2 +- .../targets/packaging/windows/clisdk/dotnet.wxs | 12 ++++++++---- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/eng/Publishing.props b/eng/Publishing.props index 69268f8b1..30a74f1ac 100644 --- a/eng/Publishing.props +++ b/eng/Publishing.props @@ -45,6 +45,7 @@ + true diff --git a/src/redist/targets/packaging/windows/clisdk/bundle.wxs b/src/redist/targets/packaging/windows/clisdk/bundle.wxs index 3aa86c716..24a99d16d 100644 --- a/src/redist/targets/packaging/windows/clisdk/bundle.wxs +++ b/src/redist/targets/packaging/windows/clisdk/bundle.wxs @@ -147,7 +147,7 @@ - + diff --git a/src/redist/targets/packaging/windows/clisdk/dotnet.wxs b/src/redist/targets/packaging/windows/clisdk/dotnet.wxs index 939059f6d..5e86d3ab8 100644 --- a/src/redist/targets/packaging/windows/clisdk/dotnet.wxs +++ b/src/redist/targets/packaging/windows/clisdk/dotnet.wxs @@ -4,14 +4,18 @@ - - Installed OR ALLOWCLISDKMSIINSTALL + + Installed OR ALLOWMSIINSTALL - - + + + + + +