diff --git a/appveyor.yml b/appveyor.yml index 5380b99..056fbdc 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,2 +1,7 @@ before_build: - nuget restore +after_build: + 7z a Portable.zip %APPVEYOR_BUILD_FOLDER%\*.* +artifacts: + - path: Portable.zip + name: Portable