Update local-publish.bat

This commit is contained in:
Matt Parker
2025-05-18 14:15:01 +10:00
parent 5bd8fdc78c
commit 0daa3f9304

View File

@@ -1,3 +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
dotnet build -c Release
dotnet publish ./src/DotNetSolutionTools.App/DotNetSolutionTools.App.csproj -c Release -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true --self-contained false