forked from ChangemakerStudios/Papercut-SMTP
-
Notifications
You must be signed in to change notification settings - Fork 0
/
appveyor.yml
18 lines (15 loc) · 1.04 KB
/
appveyor.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
os: Visual Studio 2015
configuration: Release
before_build:
- nuget restore
after_build:
- 7z a Papercut.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\src\Papercut.UI\bin\Release\Papercut.exe
- 7z a Papercut.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\src\Papercut.UI\bin\Release\Papercut.exe.*
- 7z a Papercut.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\src\Papercut.UI\bin\Release\Readme.eml
- appveyor PushArtifact Papercut.%APPVEYOR_BUILD_VERSION%.zip
- 7z a PapercutService.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\src\Papercut.Service\bin\Release\Papercut.Service.*
- 7z a PapercutService.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\extras\Install-Papercut-Service.bat
- 7z a PapercutService.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\extras\Uninstall-Papercut-Service.bat
- appveyor PushArtifact PapercutService.%APPVEYOR_BUILD_VERSION%.zip
- nuget pack chocolately\Papercut.nuspec -version %APPVEYOR_BUILD_VERSION%
- appveyor PushArtifact Papercut.%APPVEYOR_BUILD_VERSION%.nupkg