Skip to content

Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.12.6 in /source #19

Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.12.6 in /source

Bump Microsoft.Build.Utilities.Core from 17.11.4 to 17.12.6 in /source #19

Workflow file for this run

name: pull request
on:
pull_request:
paths:
- 'source/**'
jobs:
pull_request:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v4
with:
dotnet-version: '8.0.x'
- name: Build
run: dotnet build source -c Release -p:TreatWarningsAsErrors=true
- name: Run tests
run: dotnet test source -c Release --no-build