Commit f269b1bc authored by Nick Craver's avatar Nick Craver

Again!

parent 78e9b489
...@@ -2,7 +2,6 @@ image: Visual Studio 2017 ...@@ -2,7 +2,6 @@ image: Visual Studio 2017
init: init:
- git config --global core.autocrlf input - git config --global core.autocrlf input
- cmd: SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
skip_branch_with_pr: true skip_branch_with_pr: true
skip_tags: true skip_tags: true
...@@ -16,8 +15,6 @@ environment: ...@@ -16,8 +15,6 @@ environment:
MYSQL_ENV_MYSQL_PASSWORD: Password12! MYSQL_ENV_MYSQL_PASSWORD: Password12!
PGUSER: postgres PGUSER: postgres
PGPASSWORD: Password12! PGPASSWORD: Password12!
MYSQL_PATH: C:\Program Files\MySql\MySQL Server 5.7
POSTGRES_PATH: C:\Program Files\PostgreSQL\9.6
MYSQL_PWD: Password12! MYSQL_PWD: Password12!
services: services:
- mssql2016 - mssql2016
...@@ -29,6 +26,7 @@ nuget: ...@@ -29,6 +26,7 @@ nuget:
build_script: build_script:
- ps: >- - ps: >-
PATH=C:\Program Files\PostgreSQL\9.6\bin\;C:\Program Files\MySql\MySQL Server 5.7;%PATH%
createdb test createdb test
.\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true .\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
test: off test: off
......
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