Преглед на файлове

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)
     name: build
     type: zip
-  - path: $(BUILD_SYMBOLS)
-    name: debugsymbols
-  - path: $(BUILD_UPDATE)
-    name: update
 
 deploy:
   provider: GitHub