mirror of
https://github.com/microsoft/terminal.git
synced 2025-12-11 04:38:24 -06:00
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:
parent
814f4caf3e
commit
e8658cd71e
@ -19,6 +19,10 @@ pr:
|
|||||||
- samples/*
|
- samples/*
|
||||||
- tools/*
|
- tools/*
|
||||||
|
|
||||||
|
variables:
|
||||||
|
- name: runCodesignValidationInjectionBG
|
||||||
|
value: false
|
||||||
|
|
||||||
# 0.0.yyMM.dd##
|
# 0.0.yyMM.dd##
|
||||||
# 0.0.1904.0900
|
# 0.0.1904.0900
|
||||||
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
|
name: 0.0.$(Date:yyMM).$(Date:dd)$(Rev:rr)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user