Skip to content

Commit 527171d

Browse files
committed
fast fail builds
1 parent ab83e6e commit 527171d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

appveyor/appveyor.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ pull_requests:
44
do_not_increment_build_number: false
55
max_jobs: 2
66
build: off
7-
# skip_commits:
8-
# author: Appveyor
97

108
environment:
119
access_token:
@@ -18,10 +16,7 @@ environment:
1816
COV_REPORT: appveyor\sqlcover\Coverage.opencoverxml
1917

2018
matrix:
21-
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
22-
MSSQL: SQL2019
23-
DB_INSTANCE: localhost\SQL2019
24-
LATEST: True
19+
fast_finish: true
2520

2621
# Azure SQL Env
2722
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
@@ -58,6 +53,12 @@ environment:
5853
LATEST: False
5954
AzureSQL: False
6055

56+
# Latest version pushes any changes to branch
57+
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
58+
MSSQL: SQL2019
59+
DB_INSTANCE: localhost\SQL2019
60+
LATEST: True
61+
6162
clone_script:
6263
- git config --global credential.helper store
6364
- ps: Add-Content "$HOME\.git-credentials" "https://$($env:access_token):[email protected]`n" -NoNewLine

0 commit comments

Comments
 (0)