From 3221757bb210b23e4c8d859d20aa20b43c0df582 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sun, 28 Mar 2021 14:51:21 -0500 Subject: Port the update bundle tests from old repo. --- .../UpdateBundleTests/BundleBv2/BundleBv2.wixproj | 18 ++++++++++++++++++ src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wxs | 10 ++++++++++ 2 files changed, 28 insertions(+) create mode 100644 src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wixproj create mode 100644 src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wxs (limited to 'src/TestData/UpdateBundleTests/BundleBv2') diff --git a/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wixproj b/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wixproj new file mode 100644 index 00000000..cc2aec76 --- /dev/null +++ b/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wixproj @@ -0,0 +1,18 @@ + + + + + 2.0.0.0 + + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wxs b/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wxs new file mode 100644 index 00000000..2043b084 --- /dev/null +++ b/src/TestData/UpdateBundleTests/BundleBv2/BundleBv2.wxs @@ -0,0 +1,10 @@ + + + + + + + + + + -- cgit v1.2.3-55-g6feb