Browse Source

add forced submodule update for ILSpy-tests to yml to fix build

pull/850/head
Siegfried Pammer 8 years ago
parent
commit
37302b74e2
  1. 2
      appveyor.yml
  2. 1
      debugbuild.bat

2
appveyor.yml

@ -4,6 +4,8 @@ platform: Any CPU @@ -4,6 +4,8 @@ platform: Any CPU
image: Visual Studio 2017
install:
- git submodule update --init --recursive
# force update ILSpy-tests to the latest ref
- git submodule update --remote ILSpy-tests
before_build:
- nuget restore ILSpy.sln
build_script:

1
debugbuild.bat

@ -1,5 +1,6 @@ @@ -1,5 +1,6 @@
@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=

Loading…
Cancel
Save