aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
blob: b8240162e6f13c7bba4d646fdf7ff16a8d23e015 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
artifacts:
  - path: Ports-%APPVEYOR_REPO_COMMIT%.zip
    name: Ports-%APPVEYOR_REPO_COMMIT%
    
after_build:
# scripts to run after build
- netstat -ab
- tree /F
# zip the archive
- '7z a Ports-%APPVEYOR_REPO_COMMIT%.zip bin/Debug'