Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
parent
70c4a4dd33
commit
9a383d7429
@ -10,16 +10,16 @@ pool:
|
|||||||
vmImage: 'ubuntu-latest'
|
vmImage: 'ubuntu-latest'
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- task: NodeTool@0
|
# - task: NodeTool@0
|
||||||
inputs:
|
# inputs:
|
||||||
versionSpec: '12.x'
|
# versionSpec: '12.x'
|
||||||
displayName: 'Install Node.js'
|
# displayName: 'Install Node.js'
|
||||||
|
|
||||||
- task: CmdLine@2
|
- task: CmdLine@2
|
||||||
inputs:
|
inputs:
|
||||||
script: |
|
script: |
|
||||||
echo $(Build.Repository.LocalPath)
|
echo $(Build.Repository.LocalPath)
|
||||||
$(Build.Repository.LocalPath)
|
ls -la $(Build.Repository.LocalPath)
|
||||||
|
|
||||||
|
|
||||||
# - script: |
|
# - script: |
|
||||||
|
Loading…
Reference in New Issue
Block a user