Skip to content

Commit

Permalink
Rakefile defaults to Release
Browse files Browse the repository at this point in the history
  • Loading branch information
statianzo committed Oct 21, 2011
1 parent b84b336 commit 89fd988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ PRODUCT = ROOT_NAMESPACE
COPYRIGHT = 'Copyright Jason Staten 2010-2011. All rights reserved.'
DESCRIPTION = 'C# WebSocket Implementation'
COMMON_ASSEMBLY_INFO = 'src/CommonAssemblyInfo.cs'
COMPILE_TARGET = ENV['COMPILE_TARGET'] || 'Debug'
COMPILE_TARGET = ENV['COMPILE_TARGET'] || 'Release'
COMPILE_PLATFORM = 'Any CPU'
CLR_TOOLS_VERSION = 'v4.0.30319'
BUILD_RUNNER = Platform.nix? ? 'xbuild' : 'msbuild'
Expand Down

0 comments on commit 89fd988

Please sign in to comment.