Skip to content

Bump Microsoft.Build from 17.8.3 to 17.9.5 #1218

Bump Microsoft.Build from 17.8.3 to 17.9.5

Bump Microsoft.Build from 17.8.3 to 17.9.5 #1218

Workflow file for this run

name: Build
on: [push, pull_request]
jobs:
build:
name: ${{ matrix.os }} (${{ matrix.dotnet }})
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
dotnet: ['8.0.100']
steps:
- uses: actions/checkout@master
- uses: actions/setup-dotnet@v4
with:
dotnet-version: ${{ matrix.dotnet }}
- run: dotnet build --configuration Release