We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9a78e3 commit 6d282beCopy full SHA for 6d282be
1 file changed
appveyor.yml
@@ -18,8 +18,8 @@ test_script:
18
# run tests
19
- npm test
20
21
-on_finish:
22
- - ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
+#on_finish:
+# - ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
23
24
#artifacts:
25
# - path: test/artifacts/**/*
0 commit comments