Skip to content

chore: Bump Microsoft.NET.ILLink.Tasks from 9.0.4 to 9.0.7 #1411

chore: Bump Microsoft.NET.ILLink.Tasks from 9.0.4 to 9.0.7

chore: Bump Microsoft.NET.ILLink.Tasks from 9.0.4 to 9.0.7 #1411

Workflow file for this run

---
name: ci
on:
push:
branches:
- master
paths-ignore:
- doc/**
- img/**
- changelog.md
- readme.md
pull_request:
paths-ignore:
- doc/**
- img/**
- changelog.md
- readme.md
jobs:
build:
# In Ubuntu, there are problems with disk space and resources in general
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install .NET Core
uses: actions/setup-dotnet@v4
with:
dotnet-version: '9.0.x'
- name: Build & test (Release)
run: dotnet test src -c Release --logger "console;verbosity=normal"