chore: Cleans workflows for NodeJS 24 (#2394)

This commit is contained in:
Kamron Batman 2026-03-28 21:55:29 -07:00 committed by GitHub
parent 12b81c7375
commit 26c1e399ba
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 51 additions and 29 deletions

View file

@ -1,18 +1,31 @@
name: 'Build'
trigger:
- main
branches:
include:
- main
paths:
include:
- .config/dotnet-tools.json
- Projects/**
- Directory.Build.props
- global.json
- version.json
- '*.slnx'
- '*.sln'
variables:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
jobs:
- job: BuildWindows
displayName: 'Windows Server 2022'
displayName: 'Windows Server 2025'
pool:
vmImage: 'windows-latest'
steps:
- checkout: self
fetchDepth: 0 # avoid shallow clone so nbgv can do its work.
- task: UseDotNet@2
displayName: 'Install .NET'
inputs: