Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Krüger <mkrueger@xamarin.com>2017-11-10 14:53:18 +0300
committerMarius Ungureanu <teromario@yahoo.com>2017-11-10 14:53:18 +0300
commit2f469bd03acef9e1d89a9861d3db4078e7695b16 (patch)
tree0b8f6d766eceafbc2917b3c9ed2de3995a15e937 /main/winbuild.bat
parent32522e8a64d7fccab0bf38bf937bc51b9ea3558b (diff)
Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.Ty… (#3330)
* Fixed 'Bug 60485 - RE RedundantBaseQualifierAnalyzer throws System.TypeLoadException' * [Refactoring] Updated refactoring essentials reference. RE got refactored quite a bit this year.
Diffstat (limited to 'main/winbuild.bat')
-rw-r--r--main/winbuild.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/winbuild.bat b/main/winbuild.bat
index 5b7ea9e1b8..47826cda5d 100644
--- a/main/winbuild.bat
+++ b/main/winbuild.bat
@@ -35,7 +35,7 @@ set "CONFIG=DebugWin32"
set "PLATFORM=Any CPU"
rem only perform integrated restore on RefactoringEssentials, it fails on the whole solution
-"%MSBUILD_EXE%" external\RefactoringEssentials\RefactoringEssentials.2017.sln /target:Restore %* || goto :error
+"%MSBUILD_EXE%" external\RefactoringEssentials\RefactoringEssentials.sln /target:Restore %* || goto :error
"%MSBUILD_EXE%" Main.sln /bl:MonoDevelop.binlog /m "/p:Configuration=%CONFIG%" "/p:Platform=%PLATFORM%" %* || goto :error
goto :eof