aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 0f851da6ceb0fe1097e9e77bac1be59b9bbbb805 (plain) (blame)
1
2
3
4
5
6
7
after_build:
  - tree /F
  - 7z a "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip" "%APPVEYOR_BUILD_FOLDER%\Project Ports\bin\Debug\**"

artifacts:
  - path: \bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip
    name: Ports-%APPVEYOR_BUILD_VERSION%