aboutsummaryrefslogtreecommitdiff
path: root/src/TestData/SlipstreamTests/BundleOnlyPatchA
diff options
context:
space:
mode:
authorSean Hall <r.sean.hall@gmail.com>2021-03-04 21:04:53 -0600
committerSean Hall <r.sean.hall@gmail.com>2021-03-04 21:09:29 -0600
commit23e3978430ec3ae4f1ea808af0b590b71b2fec9a (patch)
tree146f8cd9e330afe7763a5debfde8dc98e2cfe87f /src/TestData/SlipstreamTests/BundleOnlyPatchA
parent9a58f85e8ce87776280fbd2d4ec36730b2e5ba0b (diff)
downloadwix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.gz
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.tar.bz2
wix-23e3978430ec3ae4f1ea808af0b590b71b2fec9a.zip
Build the SoftwareTags.
Diffstat (limited to 'src/TestData/SlipstreamTests/BundleOnlyPatchA')
-rw-r--r--src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs
index 27fed68e..88a93d7a 100644
--- a/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs
+++ b/src/TestData/SlipstreamTests/BundleOnlyPatchA/BundleOnlyPatchA.wxs
@@ -1,6 +1,6 @@
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. --> 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 2
3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs" xmlns:swid="http://wixtoolset.org/schemas/v4/wxs/tag"> 3<Wix xmlns="http://wixtoolset.org/schemas/v4/wxs">
4 <Fragment> 4 <Fragment>
5 <PackageGroup Id="BundlePackages"> 5 <PackageGroup Id="BundlePackages">
6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" /> 6 <MspPackage Id="PatchA" SourceFile="$(var.PatchA.TargetPath)" />