Build - Upload fewer artifacts

Appveyor has a limit on artifact retention, and we hit the limit all the
time, so just lower the number of build artifacts to just the final zip
pull/8/head
James Rowe 7 years ago
parent c69dc5acf9
commit a0e1fbfe14

@ -162,10 +162,6 @@ artifacts:
- path: $(BUILD_ZIP)
name: build
type: zip
- path: $(BUILD_SYMBOLS)
name: debugsymbols
- path: $(BUILD_UPDATE)
name: update
deploy:
provider: GitHub

Loading…
Cancel
Save