checking out specific commit (for historical builds)
This commit is contained in:
parent
99e2b83d62
commit
493ba4e488
|
@ -18,7 +18,8 @@ steps:
|
|||
versionSpec: '10.x'
|
||||
displayName: 'Install Node.js'
|
||||
|
||||
- checkout: $(GIT_COMMIT_TO_BUILD)
|
||||
- script: git checkout $(GIT_COMMIT_TO_BUILD)
|
||||
displayName: setup commit to build
|
||||
|
||||
- script: npm install
|
||||
displayName: 'npm install'
|
||||
|
|
Loading…
Reference in New Issue