Skip to content

Update Backport.System.Threading.Lock; revert LangVersion to latest #80

Update Backport.System.Threading.Lock; revert LangVersion to latest

Update Backport.System.Threading.Lock; revert LangVersion to latest #80

Workflow file for this run

name: pull_request check
on:
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup .NET
uses: actions/setup-dotnet@v3
with:
dotnet-version: 9.0.x
global-json-file: global.json
- name: docker build
run: docker build -f test/NetCorePal.Web/Dockerfile -t web:web .
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build
- name: Test
run: dotnet test # --verbosity normal