From 86542f8f5ee7da1c3b1421311e24b25f66d16127 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'