Disable the Dependency Check step until GA (#16615)
* Disable the Dependency Check step until GA * switch to continueOnError: true so the step runs
This commit is contained in:
Родитель
303951eb5b
Коммит
21eb1819cb
|
@ -10,6 +10,7 @@ steps:
|
|||
|
||||
- task: Powershell@2
|
||||
displayName: 'Dependency Check'
|
||||
continueOnError: true
|
||||
env:
|
||||
GO111MODULE: 'on'
|
||||
inputs:
|
||||
|
|
Загрузка…
Ссылка в новой задаче