aboutsummaryrefslogtreecommitdiff
path: root/src/test/WixToolsetTest.Netfx/TestData
diff options
context:
space:
mode:
authorJames Parsons <japarson@microsoft.com>2020-10-15 15:23:07 -0700
committerJames Parsons <japarson@microsoft.com>2020-10-15 15:23:07 -0700
commit9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7 (patch)
treee459c056d7c1fcec4d790a0709c0593d2379a565 /src/test/WixToolsetTest.Netfx/TestData
parentaf731a9631a7f7f6d7c3b2ef84f38a07bb4db211 (diff)
downloadwix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.tar.gz
wix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.tar.bz2
wix-9a00d9fdb5db903c91f8fbeeb219183bc8a2d3b7.zip
Fix 3.1.8 desktop runtime payloads and remove version specific tests
Diffstat (limited to 'src/test/WixToolsetTest.Netfx/TestData')
-rw-r--r--src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs14
-rw-r--r--src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs14
2 files changed, 0 insertions, 28 deletions
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs
deleted file mode 100644
index d746226e..00000000
--- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle.wxs
+++ /dev/null
@@ -1,14 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
6 <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 </BootstrapperApplicationRef>
8 <Chain>
9 <PackageGroupRef Id="AspNetCoreRuntime318Redist_x86" />
10 <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x86" />
11 <PackageGroupRef Id="DotNetCoreRuntime318Redist_x86" />
12 </Chain>
13 </Bundle>
14</Wix>
diff --git a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs b/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs
deleted file mode 100644
index 4d1ba73e..00000000
--- a/src/test/WixToolsetTest.Netfx/TestData/UsingDotNetCorePackages/Bundle_x64.wxs
+++ /dev/null
@@ -1,14 +0,0 @@
1<?xml version="1.0" encoding="utf-8"?>
2<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs"
3 xmlns:bal="http://wixtoolset.org/schemas/v4/wxs/bal">
4 <Bundle Name="WixStdBa" Version="1.0.0.0" Manufacturer="Example Corporation" UpgradeCode="75D5D534-E177-4689-AAE9-CAC1C39002C2">
5 <BootstrapperApplicationRef Id="WixStandardBootstrapperApplication.HyperlinkLicense">
6 <bal:WixStandardBootstrapperApplication LicenseUrl="http://wixtoolset.org/about/license/" />
7 </BootstrapperApplicationRef>
8 <Chain>
9 <PackageGroupRef Id="AspNetCoreRuntime318Redist_x64" />
10 <PackageGroupRef Id="DesktopNetCoreRuntime318Redist_x64" />
11 <PackageGroupRef Id="DotNetCoreRuntime318Redist_x64" />
12 </Chain>
13 </Bundle>
14</Wix>