You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
**Bug**
Issue microsoft#1388. Some of our branches (such as feature branches) are currently not built by appveyor because we use a branch whitelist. We have to opt new branches into the build.
**Fix**
Change the main build to use a blacklist instead. Also gives the `v1.2.x` branch it's own build definition.
**Bug**
Issue #1388. Some of our branches (such as feature branches) are currently not built by appveyor because we use a branch whitelist. We have to opt new branches into the build.
**Fix**
Change the main build to use a blacklist instead. Also gives the `v1.2.x` branch it's own build definition.
Bug
We want appveyor to run for PRs against branches such as
vs-15
andtest-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.
The text was updated successfully, but these errors were encountered: