Skip to content

Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 #432

Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0

Bump Microsoft.CodeAnalysis.CSharp from 4.5.0 to 4.6.0 #432

Workflow file for this run

name: Build and test PRs
on: [pull_request]
permissions:
contents: read
jobs:
test:
runs-on: windows-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: '7.0'
-
name: Run tests
run: dotnet test -c Release
docs:
runs-on: ubuntu-latest
steps:
-
name: Checkout
uses: actions/checkout@v3
-
name: Build docs
run: |
yarn install
yarn docs:build