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