Commit 4b8fffca authored by Nick Craver's avatar Nick Craver

Update appveyor.yml for 2017 build

parent 75d342fa
version: 1.0.{build} image: Visual Studio 2017
branches:
only:
- netstandard
clone_depth: 1
init: init:
- git config --global core.autocrlf input
- cmd: SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH% - cmd: SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
skip_branch_with_pr: true
skip_tags: true
skip_commits:
files:
- '**/*.md'
environment: environment:
Appveyor: true Appveyor: true
MYSQL_ENV_MYSQL_USER: root MYSQL_ENV_MYSQL_USER: root
...@@ -18,9 +23,23 @@ services: ...@@ -18,9 +23,23 @@ services:
- mssql2014 - mssql2014
- mysql56 - mysql56
- postgresql94 - postgresql94
nuget:
disable_publish_on_pr: true
build_script: build_script:
- ps: >- - ps: >-
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 test: off
test: off artifacts:
\ No newline at end of file - path: .\.nupkgs\*.nupkg
#deploy:
#- provider: NuGet
# server: https://www.myget.org/F/stackoverflow/api/v2
# on:
# branch: master
# api_key:
# secure: P/UHxq2DEs0GI1SoDXDesHjRVsSVgdywz5vmsnhFQQY5aJgO3kP+QfhwfhXz19Rw
# symbol_server: https://www.myget.org/F/stackoverflow/symbols/api/v2/package
\ No newline at end of file
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