Skip to content

Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.9.2 #90

Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.9.2

Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.5.0 to 4.9.2 #90

Workflow file for this run

name: ci
on: [push]
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: setup
uses: actions/setup-dotnet@v3
with:
dotnet-version: 7.0.x
- name: restore
run: dotnet restore
- name: build
run: dotnet build --configuration Release --no-restore
- name: test
run: dotnet test --no-restore --verbosity normal