mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-24 18:33:31 +08:00
Merge pull request #487 from PowerShell/on_finish
Publish AppVeyor artifacts on PRs
This commit is contained in:
commit
1d53e655f4
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user