aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: 3aa3f020dee230179cef9f417fb42f4c09ea5838 (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\Ports-%APPVEYOR_BUILD_VERSION%.zip
    name: Ports-%APPVEYOR_BUILD_VERSION%