Skip to content

Bump Microsoft.CodeAnalysis.Analyzer.Testing from 1.1.2 to 1.1.3 #614

Bump Microsoft.CodeAnalysis.Analyzer.Testing from 1.1.2 to 1.1.3

Bump Microsoft.CodeAnalysis.Analyzer.Testing from 1.1.2 to 1.1.3 #614

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: '10.0.*'
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore -warnaserror
- name: Test
run: dotnet test --no-build --verbosity normal
- name: Pack
run: ./build.sh --pack