소스 검색

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
James Rowe 8 년 전
부모
커밋
a0e1fbfe14
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      appveyor.yml

+ 0 - 4
appveyor.yml

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