aboutsummaryrefslogtreecommitdiff
path: root/src/ext
diff options
context:
space:
mode:
authorRob Mensching <rob@firegiant.com>2023-01-23 16:30:20 -0800
committerRob Mensching <rob@firegiant.com>2023-01-23 17:34:01 -0800
commitec64f0c0c517f3d5d5979bfe891d58cfb954a6a2 (patch)
tree18d19e7904d864947eb752726fb50b7bffbbb30a /src/ext
parent7a3869780e294be7d4ae38d1215c6e5e84798d2f (diff)
downloadwix-ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2.tar.gz
wix-ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2.tar.bz2
wix-ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2.zip
Remove use of AppVeyor
WiX v4 standardized on GitHub Actions for the build process. AppVeyor served us well and provides a great service for free. But since we moved to GitHub Actions let's not burn cycles on their build machines. Closes 7175
Diffstat (limited to 'src/ext')
-rw-r--r--src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md b/src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md
index d7e73df2..cbec1387 100644
--- a/src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md
+++ b/src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md
@@ -1,5 +1,5 @@
1In order to properly test dnchost and mbahost, 1In order to properly test dnchost and mbahost,
2the managed BAs need to be published and a bundle needs to be built for each scenario. 2the managed BAs need to be published and a bundle needs to be built for each scenario.
3Making this happen on every build for the solution takes too long, 3Making this happen on every build for the solution takes too long,
4so this project relies on manually running appveyor.cmd to publish everything before the tests can be run. 4so this project relies on manually running devbuild.cmd to publish everything before the tests can be run.
5appveyor.cmd needs to be ran again every time changes are made in other projects. \ No newline at end of file 5devbuild.cmd needs to be ran again every time changes are made in other projects. \ No newline at end of file