From 64fe8bccc329ac5dc0d510bfbd73054d478ddc37 Mon Sep 17 00:00:00 2001 From: Sean Hall Date: Sat, 30 May 2020 18:55:10 +1000 Subject: Move most tests into the new WixToolsetTest.MSBuild project. This project relies on all of the projects being published in order to properly test wix.targets. --- src/test/WixToolsetTest.MSBuild/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/test/WixToolsetTest.MSBuild/README.md (limited to 'src/test/WixToolsetTest.MSBuild/README.md') diff --git a/src/test/WixToolsetTest.MSBuild/README.md b/src/test/WixToolsetTest.MSBuild/README.md new file mode 100644 index 00000000..7faf34b9 --- /dev/null +++ b/src/test/WixToolsetTest.MSBuild/README.md @@ -0,0 +1,5 @@ +In order to properly test wix.targets, +all of the supported architectures for WixToolset.BuildTasks need to be available in the layout used in the Nuget package. +Making this happen on every build for the solution takes too long, +so this project relies on manually running appveyor.cmd to publish everything before the tests can be run. +appveyor.cmd needs to be ran again every time changes are made in other projects, including the targets themselves. \ No newline at end of file -- cgit v1.2.3-55-g6feb