Commit ba16b54b authored by Nick Craver's avatar Nick Craver

Woops, fix appveyor config for new build.ps1

parent e16c6995
...@@ -39,7 +39,7 @@ build_script: ...@@ -39,7 +39,7 @@ build_script:
# MySQL # MySQL
- mysql -e "create database test;" --user=root - mysql -e "create database test;" --user=root
# Our stuff # Our stuff
- ps: .\build.ps1 -BuildNumber "$env:APPVEYOR_BUILD_NUMBER" -Version "$env:APPVEYOR_REPO_TAG_NAME" -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true - ps: .\build.ps1 -PullRequestNumber "$env:APPVEYOR_PULL_REQUEST_NUMBER" -CreatePackages $true
test: off test: off
artifacts: 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