Bug
We want appveyor to run for PRs against branches such as vs-15 and test-adapter-improvements. It currently is not run because we use a whitelist of branches to define when the build should be run. You have to manually opt in these branches.
Fix
Change our main build definition to use a blacklist instead to define which branches the main build should not be run for. This change would only be for the main build, not any of the branch/version specific ones.
Bug
We want appveyor to run for PRs against branches such as
vs-15andtest-adapter-improvements. It currently is not run because we use a whitelist of branches to define when the build should be run. You have to manually opt in these branches.Fix
Change our main build definition to use a blacklist instead to define which branches the main build should not be run for. This change would only be for the main build, not any of the branch/version specific ones.