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

artifacts:
  - path: project-ports\Project Ports\bin\*.zip
    name: Ports-%APPVEYOR_BUILD_VERSION%