Skip to content

Commit

Permalink
use release omnisharp
Browse files Browse the repository at this point in the history
  • Loading branch information
davidm-hb committed Aug 12, 2015
1 parent bfcfa21 commit 94c1d93
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ def BuildOmniSharp():
sys.exit( 'msbuild or xbuild is required to build Omnisharp' )

sh.cd( p.join( DIR_OF_THIS_SCRIPT, 'third_party/OmniSharpServer' ) )
sh.Command( build_command )( _out = sys.stdout )
sh.Command( build_command )( "/property:Configuration=Release", _out = sys.stdout )


def BuildGoCode():
Expand Down
2 changes: 1 addition & 1 deletion third_party/OmniSharpServer
2 changes: 1 addition & 1 deletion ycmd/completers/cs/cs_completer.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
NO_DIAGNOSTIC_MESSAGE = 'No diagnostic for current line!'
PATH_TO_OMNISHARP_BINARY = os.path.join(
os.path.abspath( os.path.dirname( __file__ ) ),
'../../../third_party/OmniSharpServer/OmniSharp/bin/Debug/OmniSharp.exe' )
'../../../third_party/OmniSharpServer/OmniSharp/bin/Release/OmniSharp.exe' )


# TODO: Handle this better than dummy classes
Expand Down

0 comments on commit 94c1d93

Please sign in to comment.