blob: 46be6e3fde9e0b42555bdf36991e224f972655ea (
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: project-ports\Project Ports\bin\Debug\Ports-%APPVEYOR_BUILD_VERSION%.zip
name: Ports-%APPVEYOR_BUILD_VERSION%
|