From ec64f0c0c517f3d5d5979bfe891d58cfb954a6a2 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Mon, 23 Jan 2023 16:30:20 -0800 Subject: 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 --- src/ext/Bal/test/WixToolsetTest.ManagedHost/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ext') 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 @@ In order to properly test dnchost and mbahost, the managed BAs need to be published and a bundle needs to be built for each scenario. 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. \ No newline at end of file +so this project relies on manually running devbuild.cmd to publish everything before the tests can be run. +devbuild.cmd needs to be ran again every time changes are made in other projects. \ No newline at end of file -- cgit v1.2.3-55-g6feb