aboutsummaryrefslogtreecommitdiff
path: root/src/test/sandbox/README
diff options
context:
space:
mode:
authorBevan Weiss <bevan.weiss@gmail.com>2024-06-26 18:41:08 +1000
committerBob Arnson <github@bobs.org>2024-07-04 19:25:49 -0400
commit83d92ef88270a740bc96609f8d967986e4f91e99 (patch)
treefe41ddf912436110128ecc6fbd8d303bd7db260b /src/test/sandbox/README
parent89dc7b47809da06a69811788a1a990e216b81a5c (diff)
downloadwix-83d92ef88270a740bc96609f8d967986e4f91e99.tar.gz
wix-83d92ef88270a740bc96609f8d967986e4f91e99.tar.bz2
wix-83d92ef88270a740bc96609f8d967986e4f91e99.zip
Added host menu options for EXE / ZIP installation
Removed ARM64/AMD64 folders for dotnet, the Sandbox MUST match the host here, so no point downloading the installer for the non-host platform. Debugger could probably be reduced in the same manner, but have not in this iteration. Have also added a simple README, just to explain (very basic) operation. Signed-off-by: Bevan Weiss <bevan.weiss@gmail.com>
Diffstat (limited to 'src/test/sandbox/README')
-rw-r--r--src/test/sandbox/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/test/sandbox/README b/src/test/sandbox/README
new file mode 100644
index 00000000..dd5a1e04
--- /dev/null
+++ b/src/test/sandbox/README
@@ -0,0 +1,2 @@
11. Run setup_sandbox.bat from the Host, pick whether you want to use the EXE or the ZIP to install Dotnet. The chosen option will be automatically downloaded.
22. Once you have built Wix Toolset and wish to perform integration testing, you can just launch the Sandbox by double-clicking (or executing) TestSandbox.wsb \ No newline at end of file