diff --git a/notes.txt b/notes.txt new file mode 100644 index 0000000..1ba40f9 --- /dev/null +++ b/notes.txt @@ -0,0 +1,7 @@ +clean build environment: + dotnet clean + +build: + dotnet publish -c Release -r win-x64 + +exe is found under "bin\Release\net10.0-windows\win-x64\publish" \ No newline at end of file