File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,6 @@ pull_requests:
44 do_not_increment_build_number : false
55max_jobs : 2
66build : off
7- # skip_commits:
8- # author: Appveyor
97
108environment :
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+
6162clone_script :
6263 - git config --global credential.helper store
6364 -
ps :
Add-Content "$HOME\.git-credentials" "https://$($env:access_token):[email protected] `n" -NoNewLine
You can’t perform that action at this time.
0 commit comments