We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40ed6ba commit 8b2920bCopy full SHA for 8b2920b
appveyor/appveyor.yml
@@ -4,6 +4,8 @@ pull_requests:
4
do_not_increment_build_number: false
5
max_jobs: 2
6
build: off
7
+matrix:
8
+ fast_finish: true
9
10
environment:
11
access_token:
@@ -16,8 +18,6 @@ environment:
16
18
COV_REPORT: appveyor\sqlcover\Coverage.opencoverxml
17
19
20
matrix:
- fast_finish: true
-
21
# Azure SQL Env
22
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
23
MSSQL: AZURESQL
@@ -54,7 +54,7 @@ environment:
54
AzureSQL: False
55
56
# Latest version pushes any changes to branch
57
- - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
+ - APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2019
58
MSSQL: SQL2019
59
DB_INSTANCE: localhost\SQL2019
60
LATEST: True
0 commit comments