From 0daa3f9304616f4f8fb8daa616f5db3182f61786 Mon Sep 17 00:00:00 2001 From: Matt Parker <61717342+MattParkerDev@users.noreply.github.com> Date: Sun, 18 May 2025 14:15:01 +1000 Subject: [PATCH] Update local-publish.bat --- local-publish.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-publish.bat b/local-publish.bat index ad5e93e..e470243 100644 --- a/local-publish.bat +++ b/local-publish.bat @@ -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