aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--appveyor.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4997f51..ea3efc3 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,5 +1,3 @@
artifacts:
- path: Project-Ports\bin\debug\*
name: Project Ports
-after_build:
- - ps: $root = Resolve-Path .\Project-Ports\bin\debug; [IO.Directory]::GetFiles($root.Path, '*.*', 'AllDirectories') | % { Push-AppveyorArtifact $_ -FileName $_.Substring($root.Path.Length + 1) -DeploymentName test101 }