Commit e723836d authored by Nick Craver's avatar Nick Craver

Appveyor: try build phase

parent 3fc057fc
......@@ -3,9 +3,6 @@ image: Visual Studio 2017
init:
- git config --global core.autocrlf input
install:
- cmd: start RedisConfigs\start-all.cmd
skip_branch_with_pr: true
skip_tags: true
skip_commits:
......@@ -17,7 +14,8 @@ nuget:
disable_publish_on_pr: true
build_script:
- ps: .\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
- cmd: .\RedisConfigs\start-all.cmd
- ps: .\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
test: off
artifacts:
......
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