Files
DotNetSolutionTools/local-publish.bat
Matthew Parker [SSW] 41eda67547 Create local-publish.bat
2023-11-24 13:20:08 +10:00

4 lines
233 B
Batchfile

@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