Update azure-pipelines.yml for Azure Pipelines

Brokenbuttons
Thomas 4 years ago
parent 70c4a4dd33
commit 9a383d7429

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

Loading…
Cancel
Save