Update local-publish.bat
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user