Merge pull request #487 from PowerShell/on_finish

Publish AppVeyor artifacts on PRs
This commit is contained in:
Sergei Vorobev 2016-02-04 10:39:52 -08:00
commit 1d53e655f4

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"