aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/CacheTests/BundleC/BundleC.wxs
diff options
context:
space:
mode:
Diffstat (limited to 'src/TestData/CacheTests/BundleC/BundleC.wxs')
-rw-r--r--src/TestData/CacheTests/BundleC/BundleC.wxs12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/TestData/CacheTests/BundleC/BundleC.wxs b/src/TestData/CacheTests/BundleC/BundleC.wxs
new file mode 100644
index 00000000..ca21cc6e
--- /dev/null
+++ b/src/TestData/CacheTests/BundleC/BundleC.wxs
@@ -0,0 +1,12 @@
1<!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. -->
2
3
4<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
5 <Fragment>
6 <PackageGroup Id="BundlePackages">
7 <MsiPackage Id="PackageA" SourceFile="$(var.PackageA.TargetPath)">
8 <Payload SourceFile="fivegb.file" Compressed="no" />
9 </MsiPackage>
10 </PackageGroup>
11 </Fragment>
12</Wix>