Skip to content

Chore(deps): Bump CodeOfChaos.Extensions from 0.83.2 to 0.85.0 #4

Chore(deps): Bump CodeOfChaos.Extensions from 0.83.2 to 0.85.0

Chore(deps): Bump CodeOfChaos.Extensions from 0.83.2 to 0.85.0 #4


name: Dotnet Testing
on:
workflow_dispatch:
pull_request:
types: [opened, synchronize, reopened, ready_for_review]
branches: [ core ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: |
9.x
10.x
- name: Restore dependencies
run: dotnet restore CodeOfChaos.CliArgsParser.slnx
- name: Build
run: dotnet build CodeOfChaos.CliArgsParser.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false
- name: Run tests
run: dotnet test --solution CodeOfChaos.CliArgsParser.slnx --configuration Release --no-restore --no-build