From 17816a8db5f66088bfa2ac7ebc3353609d13c029 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 22:48:51 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f2c5377..7336996 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,6 +22,12 @@ stages: pool: vmImage: 'ubuntu-latest' # Specify the Linux agent steps: + + - task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '8' + - task: NodeTool@0 inputs: versionSource: 'spec'