Skip to content

Rename UiCommand to Command and move it to XenoAtom.Terminal.UI.Commands #41

Rename UiCommand to Command and move it to XenoAtom.Terminal.UI.Commands

Rename UiCommand to Command and move it to XenoAtom.Terminal.UI.Commands #41

Workflow file for this run

name: ci
on:
push:
paths-ignore:
- 'doc/**'
- 'img/**'
- 'readme.md'
pull_request:
jobs:
build:
runs-on: 'ubuntu-latest'
steps:
- name: "Build, Test, Pack and Publish"
uses: xoofx/.github/.github/actions/dotnet-releaser-action@main
with:
NUGET_TOKEN: ${{ secrets.NUGET_TOKEN }}