Skip to content
This repository has been archived by the owner on Nov 11, 2024. It is now read-only.

Commit

Permalink
Fix the Release build.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrp committed Oct 1, 2018
1 parent ea84bfa commit 5d75bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -177,9 +177,9 @@ override deps = \
$(addprefix bin/, $(deps)):
$(CD) dep/debugger-libs && $(NUGET) restore debugger-libs.sln && $(MSBUILD) $(MSBUILD_FLAGS) debugger-libs.sln
$(MKDIR) -p bin
$(CP) dep/nrefactory/bin/Debug/ICSharpCode.NRefactory.dll \
$(CP) dep/nrefactory/bin/Release/ICSharpCode.NRefactory.dll \
bin/ICSharpCode.NRefactory.dll
$(CP) dep/nrefactory/bin/Debug/ICSharpCode.NRefactory.CSharp.dll \
$(CP) dep/nrefactory/bin/Release/ICSharpCode.NRefactory.CSharp.dll \
bin/ICSharpCode.NRefactory.CSharp.dll
$(CP) dep/debugger-libs/packages/Microsoft.CodeAnalysis.Common.1.3.2/lib/net45/Microsoft.CodeAnalysis.dll \
bin/Microsoft.CodeAnalysis.dll
Expand Down

0 comments on commit 5d75bd5

Please sign in to comment.