Browse Source

Remove references to Mono.Cecil from bat files.

pull/1001/head
Siegfried Pammer 8 years ago committed by Sam Harwell
parent
commit
ed345b8f32
  1. 3
      clean.bat
  2. 4
      debugbuild.bat
  3. 3
      releasebuild.bat

3
clean.bat

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
@if not exist "cecil\Mono.Cecil.csproj" (
git submodule update --init || exit /b 1
)
@setlocal enabledelayedexpansion
@set MSBUILD=
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do (

4
debugbuild.bat

@ -1,7 +1,3 @@ @@ -1,7 +1,3 @@
@if not exist "cecil\Mono.Cecil.csproj" (
git submodule update --init || exit /b 1
git submodule update --remote ILSpy-tests || exit /b 1
)
@setlocal enabledelayedexpansion
@set MSBUILD=
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do (

3
releasebuild.bat

@ -1,6 +1,3 @@ @@ -1,6 +1,3 @@
@if not exist "cecil\Mono.Cecil.csproj" (
git submodule update --init || exit /b 1
)
@setlocal enabledelayedexpansion
@set MSBUILD=
@for /D %%M in ("%ProgramFiles(x86)%\Microsoft Visual Studio\2017"\*) do (

Loading…
Cancel
Save