Skip to content

ci: remove explicit restore step to fix trimming #12

ci: remove explicit restore step to fix trimming

ci: remove explicit restore step to fix trimming #12

Workflow file for this run

name: build
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Setup .NET
uses: actions/setup-dotnet@v5
with:
dotnet-version: 10.0.x
- name: Build
run: dotnet build --locked-mode
- name: Test
run: dotnet test --no-build --verbosity normal