Disable component governance task in localization build (#353)

Internally, a "component detection" task is automatically injected into builds to make sure we're not using any components with known security vulnerabilities. Because this task runs during the main app builds, it doesn't also need to run in the pipeline which hands off strings to the localization system.
This commit is contained in:
Matt Cooley 2019-03-21 12:27:05 -07:00 коммит произвёл GitHub
Родитель fd317f5623
Коммит 6cb10df947
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -20,6 +20,8 @@ jobs:
- ClientAlias -equals PKGESUTILAPPS
workspace:
clean: outputs
variables:
skipComponentGovernanceDetection: true
steps:
- checkout: self
clean: true