Skip to content

Commit

Permalink
Update releaser
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Jul 28, 2024
1 parent 1815d06 commit 256edb6
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
7 changes: 5 additions & 2 deletions EasyBackupAvalonia/EasyBackupAvalonia.csproj
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<OutputType>Exe</OutputType>
<TargetFramework>net8.0</TargetFramework>
<Nullable>disable</Nullable>
<UseAppHost>true</UseAppHost>
<BuiltInComInteropSupport>true</BuiltInComInteropSupport>
<ApplicationManifest>app.manifest</ApplicationManifest>
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
<Product>EasyBackup</Product>
<Version>0.9.0</Version>
<Version>0.10.0</Version>
<PublishSingleFile>true</PublishSingleFile>
<PublishTrimmed>true</PublishTrimmed>
<RuntimeIdentifiers>win-x64;osx-x64;osx-arm64;linux-arm;linux-arm64;linux-x64</RuntimeIdentifiers>
<IsTrimmable>true</IsTrimmable>
<TrimMode>partial</TrimMode>
<IsAotCompatible>true</IsAotCompatible>
Expand Down
14 changes: 13 additions & 1 deletion dotnet-releaser.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,15 @@ project = "EasyBackupAvalonia/EasyBackupAvalonia.csproj"
configuration = "Release"
[msbuild.properties]
PublishReadyToRun = false # Disable PublishReadyToRun
PublishTrimmed = true
PublishSingleFile = true
SelfContained = true
[github]
user = "Deadpikle"
repo = "EasyBackup"
branches = ["main"]
[nuget]
publish = false
[test]
enable = false # no tests available atm
[coverage]
Expand All @@ -19,4 +24,11 @@ kinds = []
[[pack]]
publish = false
rid = ["rhel-x64"]
kinds = []
kinds = []
[[pack]]
publish = false
rid = ["linux-arm","linux-x64","linux-arm64"]
kinds = []
[[pack]]
rid = ["osx-x64", "osx-arm64"]
kinds = ["zip"]

0 comments on commit 256edb6

Please sign in to comment.