Move AppVeyor artifact publishing to on_finish to ensure it runs on failed builds too (#1414)
This commit is contained in:
parent
0435b6dc6e
commit
f08da32eb2
|
|
@ -10,11 +10,9 @@ branches:
|
||||||
- /^rel\/.*/
|
- /^rel\/.*/
|
||||||
build_script:
|
build_script:
|
||||||
- ps: .\run.ps1 default-build
|
- ps: .\run.ps1 default-build
|
||||||
|
on_finish:
|
||||||
- ps: "7z a testlogs.zip testlogs"
|
- ps: "7z a testlogs.zip testlogs"
|
||||||
artifacts:
|
- ps: "Push-AppveyorArtifact testlogs.zip"
|
||||||
- path: testlogs.zip
|
|
||||||
name: TestLogs
|
|
||||||
type: Zip
|
|
||||||
install:
|
install:
|
||||||
- ps: Install-Product node 8
|
- ps: Install-Product node 8
|
||||||
clone_depth: 1
|
clone_depth: 1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue