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
@@ -18,6 +18,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
|
||||
|
||||
Reference in New Issue
Block a user