Skip to content

Commit

Permalink
Update local build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter-B- committed May 10, 2024
1 parent 8437e2e commit 9a1ee56
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion publish.ps1
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@

dotnet publish .\Sharp7.Monitor\Sharp7.Monitor.csproj -c Release --output publish\non-sc --no-self-contained

dotnet publish .\Sharp7.Monitor\Sharp7.Monitor.csproj -c Release --output publish\sc -p:PublishTrimmed=true -p:EnableCompressionInSingleFile=true --self-contained
dotnet publish .\Sharp7.Monitor\Sharp7.Monitor.csproj -c Release -r win-x64 --self-contained -p:PublishTrimmed=true -p:EnableCompressionInSingleFile=true --output publish\sc\win-x64
dotnet publish .\Sharp7.Monitor\Sharp7.Monitor.csproj -c Release -r linux-x64 --self-contained -p:PublishTrimmed=true -p:EnableCompressionInSingleFile=true --output publish\sc\linux-x64

0 comments on commit 9a1ee56

Please sign in to comment.