mirror of https://github.com/icsharpcode/ILSpy.git
3 changed files with 9 additions and 0 deletions
@ -1,3 +1,6 @@
@@ -1,3 +1,6 @@
|
||||
@if not exist "AvalonEdit\ICSharpCode.AvalonEdit.sln" ( |
||||
git submodule update --init || exit /b 1 |
||||
) |
||||
%windir%\microsoft.net\framework\v4.0.30319\msbuild /m ILSpy.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Debug |
||||
@IF %ERRORLEVEL% NEQ 0 PAUSE |
||||
%windir%\microsoft.net\framework\v4.0.30319\msbuild /m ILSpy.sln /t:clean "/p:Platform=Any CPU" /p:Configuration=Release |
||||
|
Loading…
Reference in new issue