Browse Source

Do submodule update before build

pull/84/head
Nikita Tsukanov 11 years ago
parent
commit
86dad79b3c
  1. 1
      appveyor.yml

1
appveyor.yml

@ -1,6 +1,7 @@
version: 1.0.{build}
os: Visual Studio 2015
before_build:
- git submodule update --init
- nuget restore Perspex.sln
build:
project: Perspex.sln

Loading…
Cancel
Save