forked from dotnet/efcore
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
32 lines (32 loc) · 830 Bytes
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
init:
- git config --global core.autocrlf true
build_script:
- build.cmd --quiet verify
clone_depth: 1
test: off
deploy: off
# See http://www.appveyor.com/docs/services-databases
services:
- mssql2008r2sp2
- mssql2014
branches:
only:
- master
- release
- dev
- /^(.*\/)?ci-.*$/
environment:
global:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: 1
matrix:
#SQL 2008
- Test__SqlServer__DefaultConnection: Server=(local)\SQL2008R2SP2;Database=master;User ID=sa;Password=Password12!
Test__SqlServer__SupportsOffset: false
Test__SqlServer__SupportsSequences: false
#SQL 2014
- Test__SqlServer__DefaultConnection: Server=(local)\SQL2014;Database=master;User ID=sa;Password=Password12!
matrix:
fast_finish: true
artifacts:
- path: 'artifacts\build\*.nupkg'