diff options
author | Rob Mensching <rob@firegiant.com> | 2023-01-23 16:30:20 -0800 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2023-01-23 17:34:01 -0800 |
commit | ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2 (patch) | |
tree | 18d19e7904d864947eb752726fb50b7bffbbb30a /src/ext | |
parent | 7a3869780e294be7d4ae38d1215c6e5e84798d2f (diff) | |
download | wix-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.md | 4 |
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 @@ | |||
1 | In order to properly test dnchost and mbahost, | 1 | In order to properly test dnchost and mbahost, |
2 | the managed BAs need to be published and a bundle needs to be built for each scenario. | 2 | the managed BAs need to be published and a bundle needs to be built for each scenario. |
3 | Making this happen on every build for the solution takes too long, | 3 | Making this happen on every build for the solution takes too long, |
4 | so this project relies on manually running appveyor.cmd to publish everything before the tests can be run. | 4 | so this project relies on manually running devbuild.cmd to publish everything before the tests can be run. |
5 | appveyor.cmd needs to be ran again every time changes are made in other projects. \ No newline at end of file | 5 | devbuild.cmd needs to be ran again every time changes are made in other projects. \ No newline at end of file |