diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 00000000..1b709532 --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,11 @@ +version: 1.0.{build} +before_build: +- cmd: >- + git submodule update --init --recursive + + dotnet restore + + cd src/NadekoBot/ +build_script: +- cmd: >- + dotnet build \ No newline at end of file diff --git a/global.json b/global.json index 7e16c1f1..18abbe56 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { - "projects": [ "discord.net/src/Discord.Net", "discord.net/src/Discord.Net.Commands", "src" ], + "projects": [ "discord.net/src", "src" ], "sdk": { "version": "1.0.0-preview2-003121" }