Skip to content

refactor(console)!: replace current cli with system.commandline #196

refactor(console)!: replace current cli with system.commandline

refactor(console)!: replace current cli with system.commandline #196

Workflow file for this run

name: Build
on:
push:
branches: [ main ]
paths-ignore:
- "**.md"
pull_request:
branches: [ main ]
paths-ignore:
- "**.md"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup .NET
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- uses: actions/checkout@v4
- name: Build
run: |
dotnet build AliceConsole.sln -c Release