diff --git a/build.bat b/build.bat new file mode 100644 index 0000000..8de46a9 --- /dev/null +++ b/build.bat @@ -0,0 +1,3 @@ +dotnet build +dotnet publish --output build +explorer .\build\ \ No newline at end of file