From c5ffe971b5a8e8bb8fea9c0794c4cbc3f70993c6 Mon Sep 17 00:00:00 2001 From: Jojo Aquino Date: Sat, 12 Apr 2025 22:22:23 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ccd6f73..92a337d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,7 +26,7 @@ stages: - task: UseDotNet@2 inputs: packageType: 'sdk' - version: '9.0' + version: '9.0.x' - task: NodeTool@0 inputs: @@ -77,7 +77,7 @@ stages: - task: UseDotNet@2 inputs: packageType: 'sdk' - version: '9.0.4' + version: '9.0.x' - task: NodeTool@0 inputs: