Browse Source

Added build script

pull/231/head
RogueException 8 years ago
parent
commit
4f7797705f
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      build.bat

+ 4
- 0
build.bat View File

@@ -0,0 +1,4 @@
@echo Off
dotnet restore
dotnet pack "src\Discord.Net" -c "%Configuration%" -o "artifacts"
dotnet pack "src\Discord.Net.Commands" -c "%Configuration%" -o "artifacts"

Loading…
Cancel
Save