From 8f8dd9c3222f83d0d8fe8551c7861a9528f78761 Mon Sep 17 00:00:00 2001 From: Jojo Aquino Date: Mon, 21 Apr 2025 07:18:04 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7cf9738..6173d43 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -59,12 +59,12 @@ stages: steps: - task: UseDotNet@2 - inputs: + inputs: packageType: 'sdk' version: '9.0.x' - task: NodeTool@0 - inputs: + inputs: versionSource: 'spec' versionSpec: '20.x' @@ -113,12 +113,12 @@ stages: steps: - task: UseDotNet@2 - inputs: + inputs: packageType: 'sdk' version: '9.0.x' - task: NodeTool@0 - inputs: + inputs: versionSource: 'spec' versionSpec: '20.x'