Compare commits
No commits in common. 'c67bc0b317ff4e47520eed202f392690519f7456' and 'f0342a357f3a71c3fc13eadbc3fcb3858ed92cd9' have entirely different histories.
c67bc0b317
...
f0342a357f
@ -0,0 +1,15 @@
|
||||
# Starter pipeline
|
||||
# Start with a minimal pipeline that you can customize to build and deploy your code.
|
||||
# Add steps that build, run tests, deploy, and more:
|
||||
# https://aka.ms/yaml
|
||||
|
||||
trigger:
|
||||
- master
|
||||
|
||||
pool:
|
||||
vmImage: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- task: WhiteSource@21
|
||||
inputs:
|
||||
cwd: '$(System.DefaultWorkingDirectory)'
|
||||
Loading…
Reference in new issue