From 9a2dd202b94ef318352d07fde8ed259c2682ae5e Mon Sep 17 00:00:00 2001 From: Jojo Aquino Date: Sat, 12 Apr 2025 22:18:36 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index d5815bc..d46159c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,6 +23,11 @@ stages: vmImage: 'ubuntu-latest' # Specify the Linux agent steps: + - task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '9.0.4' + - task: NodeTool@0 inputs: versionSource: 'spec' @@ -68,6 +73,12 @@ stages: pool: vmImage: 'windows-latest' # Specify the Windows agent steps: + + - task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '9.0.4' + - task: NodeTool@0 inputs: versionSource: 'spec'