Publish AppVeyor artifacts on PRs

I originally used `deploy_script:` section for publishing artifacts.
This section is not invoked on Pull Requests.
Hence, use `on_finish` section instead, so we can consume artifacts from PRs as well.
This commit is contained in:
Sergei Vorobev 2016-02-04 10:30:19 -08:00
parent 6d5194057e
commit caea515a93

View file

@ -43,7 +43,7 @@ test_script:
throw "$($x.'test-results'.failures) tests in test/fullCLR failed"
}
deploy_script:
on_finish:
- ps: |
# Creating project artifact
$zipFilePath = Join-Path $pwd "$(Split-Path $pwd -Leaf).zip"