Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
Jose Jr Aquino 2025-04-05 23:08:34 +00:00
parent 7a670abe4d
commit 8f149a3968

View File

@ -23,11 +23,6 @@ stages:
vmImage: 'ubuntu-latest' # Specify the Linux agent vmImage: 'ubuntu-latest' # Specify the Linux agent
steps: steps:
- task: UseDotNet@2
inputs:
packageType: 'sdk'
version: '8.0.407'
- task: NodeTool@0 - task: NodeTool@0
inputs: inputs:
versionSource: 'spec' versionSource: 'spec'