Skip to content

Commit

Permalink
Recursive update for submodules before build
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitz committed Jun 11, 2020
1 parent 8a2c629 commit 81e1534
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ dotnet_csproj:
before_build:
- cmd: dotnet restore

install:
- cmd: git submodule update --init --recursive

build:
project: ExpressionTreeVisualizer.sln

Expand Down

0 comments on commit 81e1534

Please sign in to comment.