From 8f149a3968c524d1b3984e151b284770df700ad2 Mon Sep 17 00:00:00 2001 From: Jose Jr Aquino Date: Sat, 5 Apr 2025 23:08:34 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1cc3c6c..9c1b618 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,11 +23,6 @@ stages: vmImage: 'ubuntu-latest' # Specify the Linux agent steps: - - task: UseDotNet@2 - inputs: - packageType: 'sdk' - version: '8.0.407' - - task: NodeTool@0 inputs: versionSource: 'spec'