Disable auto-injected codesign validation task on CI (#4387)

Sets flag in CI YML that will turn off the auto-injected codesign validation
task since CI is a non-production pipeline.
This commit is contained in:
Michael Niksa 2020-01-28 15:54:08 -08:00 committed by GitHub
parent 814f4caf3e
commit e8658cd71e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,6 +19,10 @@ pr:
- samples/*
- tools/*
variables:
- name: runCodesignValidationInjectionBG
value: false
# 0.0.yyMM.dd##
# 0.0.1904.0900
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)