NadekoBot/appveyor.yml

11 lines
172 B
YAML
Raw Permalink Normal View History

2017-06-11 12:59:36 +00:00
version: 1.4.{build}
2016-08-22 14:52:13 +00:00
before_build:
- cmd: >-
git submodule update --init --recursive
dotnet restore
cd src/NadekoBot/
build_script:
- cmd: >-
dotnet build