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:
Joel Hendrix 2021-12-10 12:31:50 -08:00 коммит произвёл GitHub
Родитель 303951eb5b
Коммит 21eb1819cb
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -10,6 +10,7 @@ steps:
- task: Powershell@2
displayName: 'Dependency Check'
continueOnError: true
env:
GO111MODULE: 'on'
inputs: