Skip to content

Commit b927ef2

Browse files
committed
Enforce PME signing for production
1 parent c8eb387 commit b927ef2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

TestAdapterforGoogle.TestDev17.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ extends:
147147
signing:
148148
enabled: true
149149
signType: $(SignType)
150+
${{ if or(eq(variables['SignType'], 'real'), eq(variables['SignType'], 'Real')) }}:
151+
signWithProd: true
150152
localization:
151153
enabled: true
152154
steps:

0 commit comments

Comments
 (0)