Skip to content

Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0 (#2) #7

Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0 (#2)

Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.3.0 (#2) #7

Workflow file for this run

name: ci
on:
push:
branches: [main]
pull_request:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build-test:
runs-on: ubuntu-latest
timeout-minutes: 10
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
- uses: actions/setup-dotnet@c2fa09f4bde5ebb9d1777cf28262a3eb3db3ced7 # v5
with:
global-json-file: global.json
- run: dotnet restore
- run: dotnet build -c Release --no-restore
- run: dotnet test -c Release --no-build