Skip to content

Commit f9a78e3

Browse files
authored
ci(appveyor): disable collection of artifacts
1 parent a655308 commit f9a78e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ test_script:
2121
on_finish:
2222
- ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
2323

24-
artifacts:
25-
- path: test/artifacts/**/*
26-
name: test artifacts
24+
#artifacts:
25+
# - path: test/artifacts/**/*
26+
# name: test artifacts
2727

2828
# Don't actually build.
2929
build: off

0 commit comments

Comments
 (0)