Move AppVeyor artifact publishing to on_finish to ensure it runs on failed builds too (#1414)

This commit is contained in:
Andrew Stanton-Nurse 2018-02-07 10:08:59 -08:00 committed by GitHub
parent 0435b6dc6e
commit f08da32eb2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -10,11 +10,9 @@ branches:
- /^rel\/.*/
build_script:
- ps: .\run.ps1 default-build
on_finish:
- ps: "7z a testlogs.zip testlogs"
artifacts:
- path: testlogs.zip
name: TestLogs
type: Zip
- ps: "Push-AppveyorArtifact testlogs.zip"
install:
- ps: Install-Product node 8
clone_depth: 1