diff --git a/local-publish.bat b/local-publish.bat new file mode 100644 index 0000000..ad5e93e --- /dev/null +++ b/local-publish.bat @@ -0,0 +1,3 @@ +@echo on +dotnet build --configuration release +dotnet publish ./DotNetSolutionTools.App/DotNetSolutionTools.App.csproj -c release -o output -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained false