We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f40f437 commit 300a801Copy full SHA for 300a801
appveyor.yml
@@ -21,6 +21,9 @@ after_build:
21
- 7z a PapercutService.%APPVEYOR_BUILD_VERSION%.zip %APPVEYOR_BUILD_FOLDER%\extras\Uninstall-Papercut-Service.bat
22
- appveyor PushArtifact PapercutService.%APPVEYOR_BUILD_VERSION%.zip
23
- cd %APPVEYOR_BUILD_FOLDER%
24
+ # Papercut Installer bundle
25
+ - cd %APPVEYOR_BUILD_FOLDER%\src\Papercut.Bootstrapper\bin\Release
26
+ - appveyor PushArtifact Papercut.Setup.exe
27
# Chocolately
28
- nuget pack chocolately\Papercut.nuspec -version %APPVEYOR_BUILD_VERSION%
29
- appveyor PushArtifact Papercut.%APPVEYOR_BUILD_VERSION%.nupkg
0 commit comments