Skip to content

Commit

Permalink
also build zip-debug
Browse files Browse the repository at this point in the history
  • Loading branch information
tim-lebedkov committed Mar 2, 2016
1 parent ec078df commit 318bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppVeyorBuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ curl --form token=%covtoken% --form [email protected] --form file=@co
goto :eof

:npackdcl
"%make%" -C npackdcl zip msi PROFILE=release%bits% || exit /b %errorlevel%
"%make%" -C npackdcl zip msi zip-debug PROFILE=release%bits% || exit /b %errorlevel%
appveyor PushArtifact npackdcl\build\%bits%\release\NpackdCL-%version%.zip || exit /b %errorlevel%
appveyor PushArtifact npackdcl\build\%bits%\release\NpackdCL-%version%.msi || exit /b %errorlevel%
appveyor PushArtifact npackdcl\build\%bits%\release\NpackdCL-%version%.map || exit /b %errorlevel%
Expand Down

0 comments on commit 318bc60

Please sign in to comment.