Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jojo Aquino 2025-04-12 22:18:36 +00:00
parent 24d929434b
commit 9a2dd202b9

View File

@ -23,6 +23,11 @@ stages:
vmImage: 'ubuntu-latest' # Specify the Linux agent vmImage: 'ubuntu-latest' # Specify the Linux agent
steps: steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '9.0.4'
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSource: 'spec' versionSource: 'spec'
@ -68,6 +73,12 @@ stages:
pool: pool:
vmImage: 'windows-latest' # Specify the Windows agent vmImage: 'windows-latest' # Specify the Windows agent
steps: steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '9.0.4'
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSource: 'spec' versionSource: 'spec'