Skip to content

Bump System.CommandLine from 2.0.3 to 2.0.7 #972

Bump System.CommandLine from 2.0.3 to 2.0.7

Bump System.CommandLine from 2.0.3 to 2.0.7 #972

Workflow file for this run

name: CI
on: [push, pull_request]
jobs:
build:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
env:
DOTNET_NOLOGO: 1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0 # all history
- uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.x'
- run: dotnet --info
- run: dotnet tool restore
- run: dotnet nbgv get-version
- run: dotnet restore -v m
- run: dotnet build --no-restore
- run: dotnet test --no-build
- run: dotnet pack
- name: Publish NuGet artifacts
uses: actions/upload-artifact@v7
with:
name: nugets-${{ runner.os }}
path: artifacts/package/release