Skip to content

Commit 22cf308

Browse files
committed
Disable artifacts for now
1 parent 13eb145 commit 22cf308

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Container

appveyor.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ test_script:
3232
after_test:
3333
- codecov -f "results.xml"
3434

35-
36-
artifacts:
37-
- path: 'Unity.*.nupkg'
38-
name: 'Unity'
35+
# Disable artifacts for now
36+
#artifacts:
37+
#- path: 'Unity.*.nupkg'
38+
# name: 'Unity'
3939

0 commit comments

Comments
 (0)