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