Skip to content

Bump Microsoft.NET.ILLink.Tasks from 10.0.0 to 10.0.1 #119

Bump Microsoft.NET.ILLink.Tasks from 10.0.0 to 10.0.1

Bump Microsoft.NET.ILLink.Tasks from 10.0.0 to 10.0.1 #119

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
steps:
- uses: actions/checkout@v6
- name: Restore dependencies
run: dotnet restore
- name: Build
run: dotnet build --no-restore
- name: Test
run: dotnet test --no-build --verbosity normal