Skip to content

Commit

Permalink
(maint) release build by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ferventcoder committed Jan 20, 2016
1 parent 9b703a8 commit e22839d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ SETLOCAL
set config=%1

if "%config%" == "" (
set config=debug
set config=release
)

REM Some unit-tests may leave nuget.config files in %TEMP% which leads to hard-to-debug failures
Expand Down

0 comments on commit e22839d

Please sign in to comment.