From 9a383d74294724d0a5d97a7d387b9d215d5f30ee Mon Sep 17 00:00:00 2001 From: Thomas Date: Sat, 8 Feb 2020 06:09:13 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a7dc8f9..5090378 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -10,16 +10,16 @@ pool: vmImage: 'ubuntu-latest' steps: -- task: NodeTool@0 - inputs: - versionSpec: '12.x' - displayName: 'Install Node.js' +# - task: NodeTool@0 +# inputs: +# versionSpec: '12.x' +# displayName: 'Install Node.js' - task: CmdLine@2 inputs: script: | echo $(Build.Repository.LocalPath) - $(Build.Repository.LocalPath) + ls -la $(Build.Repository.LocalPath) # - script: |