Commit dcfbffa9 authored by Nick Craver's avatar Nick Craver

Appveyor: Formatting & combine init

parent 481d9c5a
image: Visual Studio 2017 image: Visual Studio 2017
init:
- git config --global core.autocrlf input
- ps: $env:Path += ";C:\Program Files\PostgreSQL\9.6\bin\"
skip_branch_with_pr: true skip_branch_with_pr: true
skip_tags: true skip_tags: true
skip_commits: skip_commits:
...@@ -26,11 +22,12 @@ environment: ...@@ -26,11 +22,12 @@ environment:
MYSQL_ENV_MYSQL_PASSWORD: Password12! MYSQL_ENV_MYSQL_PASSWORD: Password12!
MYSQL_ENV_MYSQL_DATABASE: test MYSQL_ENV_MYSQL_DATABASE: test
services: services:
- mssql2016 - mssql2016
- mysql - mysql
- postgresql - postgresql
init: init:
- git config --global core.autocrlf input
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH% - SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
nuget: nuget:
...@@ -46,7 +43,7 @@ build_script: ...@@ -46,7 +43,7 @@ build_script:
test: off test: off
artifacts: artifacts:
- path: .\.nupkgs\*.nupkg - path: .\.nupkgs\*.nupkg
#deploy: #deploy:
#- provider: NuGet #- provider: NuGet
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment