From 47724ab546a84e77b4699bc28aa4e4ad7901253f Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Fri, 1 Jan 2021 21:35:51 -0600 Subject: Try to make it easier to add new kinds of tests. --- src/TestData/PrereqBaTests/BundleA/BundleA.wixproj | 16 ++++++++++++++++ src/TestData/PrereqBaTests/BundleA/BundleA.wxi | 17 +++++++++++++++++ src/TestData/PrereqBaTests/BundleA/BundleA.wxs | 21 +++++++++++++++++++++ .../PrereqBaTests/BundleA/bad.runtimeconfig.json | 10 ++++++++++ 4 files changed, 64 insertions(+) create mode 100644 src/TestData/PrereqBaTests/BundleA/BundleA.wixproj create mode 100644 src/TestData/PrereqBaTests/BundleA/BundleA.wxi create mode 100644 src/TestData/PrereqBaTests/BundleA/BundleA.wxs create mode 100644 src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json (limited to 'src/TestData/PrereqBaTests/BundleA') diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj new file mode 100644 index 00000000..56f4b11e --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wixproj @@ -0,0 +1,16 @@ + + + + Bundle + + + + + + + + + + + + \ No newline at end of file diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wxi b/src/TestData/PrereqBaTests/BundleA/BundleA.wxi new file mode 100644 index 00000000..23623ffb --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wxi @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PrereqBaTests/BundleA/BundleA.wxs b/src/TestData/PrereqBaTests/BundleA/BundleA.wxs new file mode 100644 index 00000000..53139834 --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleA/BundleA.wxs @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json b/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json new file mode 100644 index 00000000..07a1a830 --- /dev/null +++ b/src/TestData/PrereqBaTests/BundleA/bad.runtimeconfig.json @@ -0,0 +1,10 @@ +{ + "runtimeOptions": { + "tfm": "net5.5", + "rollForward": "Disable", + "framework": { + "name": "Microsoft.WindowsDesktop.App", + "version": "5.5.0" + } + } +} \ No newline at end of file -- cgit v1.2.3-55-g6feb