chore: Cleans workflows for NodeJS 24 (#2394)
This commit is contained in:
parent
12b81c7375
commit
26c1e399ba
6 changed files with 51 additions and 29 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue