Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
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…
Reference in New Issue
Block a user