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: |