|
|
|
@ -147,7 +147,7 @@ DotnetProjectPath = StabilityMatrix.Avalonia/StabilityMatrix.Avalonia.csproj
|
|
|
|
|
# '-p:DebugType=None -p:DebugSymbols=false -p:PublishSingleFile=true -p:PublishReadyToRun=true |
|
|
|
|
# -p:PublishTrimmed=true -p:TrimMode=link'. Note. This value may use macro variables. Use 'pupnet --help macro' |
|
|
|
|
# for reference. See: https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-publish |
|
|
|
|
DotnetPublishArgs = -p:Version=${APP_VERSION} --self-contained true -p:DebugType=None -p:DebugSymbols=false |
|
|
|
|
DotnetPublishArgs = -p:Version=${APP_VERSION} -p:PublishSingleFile=true -p:IncludeNativeLibrariesForSelfExtract=true -p:DebugType=None -p:DebugSymbols=false -p:PublishTrimmed=true |
|
|
|
|
|
|
|
|
|
# Post-publish (or standalone build) command on Linux (ignored on Windows). It is called after dotnet |
|
|
|
|
# publish, but before the final output is built. This could, for example, be a script which copies |
|
|
|
|