Skip to content

Bump Microsoft.NET.ILLink.Tasks from 8.0.19 to 8.0.20 #95

Bump Microsoft.NET.ILLink.Tasks from 8.0.19 to 8.0.20

Bump Microsoft.NET.ILLink.Tasks from 8.0.19 to 8.0.20 #95

Workflow file for this run

name: Build & Test
on:
push:
branches:
- '**'
paths-ignore:
- 'README.md'
- 'LICENSE'
pull_request:
paths-ignore:
- 'README.md'
- 'LICENSE'
jobs:
build:
name: Build & Test
runs-on: ubuntu-latest
defaults:
run:
working-directory: src/OpenOnlineConfig
steps:
- uses: actions/checkout@v5
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal