Skip to content

feat: WIP fix xaml updates in 11.2.0 #9

feat: WIP fix xaml updates in 11.2.0

feat: WIP fix xaml updates in 11.2.0 #9

Workflow file for this run

name: Pack Nuget
on:
push:
branches: [ "action/pack" ]
pull_request:
branches: [ "action/pack" ]
jobs:
nuget:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/[email protected]
- name: Nuget Ursa
run: dotnet pack ./src/Ursa -o ./nugets
- name: Nuget Ursa.Themes.Semi
run: dotnet pack ./src/Ursa.Themes.Semi -o ./nugets
- name: Upload a Build Artifact
uses: actions/[email protected]
with:
name: nugets
path: ./nugets