diff --git a/build.bat b/build.bat new file mode 100644 index 000000000..cc7fc8aa6 --- /dev/null +++ b/build.bat @@ -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" \ No newline at end of file