Create local-publish.bat

This commit is contained in:
Matthew Parker [SSW]
2023-11-24 13:20:08 +10:00
parent 3c7e2485f7
commit 41eda67547

3
local-publish.bat Normal file
View File

@@ -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