| 1 | In order to properly test wix.targets, |
| 2 | all of the supported architectures for WixToolset.BuildTasks need to be available in the layout used in the Nuget package. |
| 3 | Making this happen on every build for the solution takes too long, |
| 4 | so this project relies on manually running devbuild.cmd to publish everything before the tests can be run. |
| 5 | devbuild.cmd needs to be ran again every time changes are made in other projects, including the targets themselves. |