提交 dcfbffa9 编写于 作者: N Nick Craver

Appveyor: Formatting & combine init

上级 481d9c5a
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_tags: true
skip_commits:
......@@ -26,11 +22,12 @@ environment:
MYSQL_ENV_MYSQL_PASSWORD: Password12!
MYSQL_ENV_MYSQL_DATABASE: test
services:
- mssql2016
- mysql
- postgresql
- mssql2016
- mysql
- postgresql
init:
- git config --global core.autocrlf input
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
nuget:
......@@ -46,7 +43,7 @@ build_script:
test: off
artifacts:
- path: .\.nupkgs\*.nupkg
- path: .\.nupkgs\*.nupkg
#deploy:
#- provider: NuGet
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册