From f196ad9f64cd164dcdc85fd2575821db54fb8a16 Mon Sep 17 00:00:00 2001 From: Alberto Vargas Date: Wed, 15 Feb 2023 09:19:02 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f7c3bd62..c48a0a38 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -6,26 +6,6 @@ variables: dotnetSdkVersion: '6.x' steps: - # Install Node.js -- task: NodeTool@0 - inputs: - versionSpec: '16.x' - displayName: 'Install Node.js' - - # Install npm -- script: | - npm install - displayName: 'npm install' - - # Install Gulp -- script: | - npm install -g gulp-cli - displayName: 'Install Gulp' -- task: UseDotNet@2 - displayName: 'Use .NET SDK $(dotnetSdkVersion)' - inputs: - version: '$(dotnetSdkVersion)' - - task: DotNetCoreCLI@2 displayName: 'Restore project dependencies' inputs: