We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e9b3f commit 0d847b0Copy full SHA for 0d847b0
appveyor.yml
@@ -16,6 +16,8 @@ test_script:
16
- npm --version
17
# run tests
18
- npm test
19
+
20
+after_test:
21
- ps: $root = Resolve-Path .\test\artifacts; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName to-publish }
22
23
artifacts:
0 commit comments