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'