Fix integration test on appveyor

This commit is contained in:
Cyberboss
2018-09-04 16:00:19 -04:00
parent a13e87da4a
commit 389f03d2e2
+5
View File
@@ -9,6 +9,9 @@ branches:
- master
skip_tags: true
image: Visual Studio 2017
environment:
TGS4_TEST_DATABASE_TYPE: SqlServer
TGS4_TEST_CONNECTION_STRING: Server=(local)\SQL2017;Database=master;User ID=sa;Password=Password12!
configuration:
- Debug
- Release
@@ -24,6 +27,8 @@ cache:
- ~\.nuget\packages -> **\*.csproj
- C:\ProgramData\chocolatey\bin -> appveyor.yml
- C:\ProgramData\chocolatey\lib -> appveyor.yml
services:
- mssql2017
install:
- choco install doxygen.portable codecov graphviz.portable opencover.portable
- nuget restore tgstation-server.sln