Skip to content

Commit

Permalink
Add dotnet releaser config
Browse files Browse the repository at this point in the history
  • Loading branch information
rgwood committed Jan 31, 2022
1 parent b20012e commit 103db96
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions dotnet-releaser.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# configuration file for dotnet-releaser

# disable default settings
profile = "custom"

[msbuild]
project = "MinimalWebView.csproj"

[msbuild.properties]
PublishTrimmed = false
PublishSingleFile = true
SelfContained = true
PublishReadyToRun = false
CopyOutputSymbolsToPublishDirectory = false
SkipCopyingSymbolsToOutputDirectory = true
DebugType = "embedded"
IncludeNativeLibrariesForSelfExtract = true

[github]
user = "rgwood"
repo = "MinimalWebView"

[changelog]
publish = false

[nuget]
publish = false

[[pack]]
rid = ["win-x64", "win-arm64"]
kinds = ["zip"]

0 comments on commit 103db96

Please sign in to comment.