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'