feat: Add Nuget packaging for Prism and ReactiveUI extensions, enable symbol packages.
This commit is contained in:
6
.github/workflows/pack.yml
vendored
6
.github/workflows/pack.yml
vendored
@@ -19,6 +19,12 @@ jobs:
|
||||
- name: Nuget Ursa.Themes.Semi
|
||||
run: dotnet pack ./src/Ursa.Themes.Semi -o ./nugets
|
||||
|
||||
- name: Nuget Prism Extension
|
||||
run: dotnet pack ./src/Ursa.PrismExtension -o ./nugets
|
||||
|
||||
- name: Nuget ReactiveUI Extension
|
||||
run: dotnet pack ./src/Ursa.ReactiveUI -o ./nugets
|
||||
|
||||
- name: Upload a Build Artifact
|
||||
uses: actions/upload-artifact@v4.3.1
|
||||
with:
|
||||
|
||||
@@ -4,12 +4,14 @@
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<Version>1.0.0</Version>
|
||||
<Version>1.0.1</Version>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
<Nullable>enable</Nullable>
|
||||
<LangVersion>latest</LangVersion>
|
||||
<PackageId>Irihi.Ursa.PrismExtension</PackageId>
|
||||
<PackageIcon>irihi.png</PackageIcon>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -17,6 +17,8 @@
|
||||
<Version>1.0.1</Version>
|
||||
<Copyright></Copyright>
|
||||
<RepositoryUrl>https://github.com/irihitech/Ursa.Avalonia</RepositoryUrl>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
@@ -11,6 +11,8 @@
|
||||
<PackageId>Irihi.Ursa.Themes.Semi</PackageId>
|
||||
<PackageIcon>irihi.png</PackageIcon>
|
||||
<AvaloniaUseCompiledBindingsByDefault>true</AvaloniaUseCompiledBindingsByDefault>
|
||||
<IncludeSymbols>true</IncludeSymbols>
|
||||
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
||||
Reference in New Issue
Block a user