diff options
author | Rob Mensching <rob@firegiant.com> | 2021-04-21 11:01:10 -0700 |
---|---|---|
committer | Rob Mensching <rob@firegiant.com> | 2021-04-29 16:24:05 -0700 |
commit | d2f27517dffc02b7c50e386793c7ad89762c6b64 (patch) | |
tree | 7c0fa5024c1a6672b3716861a640faacb70658ad /signing.json | |
parent | 8deeffb615244c62a0c94ea99d01ece88b1caf09 (diff) | |
download | wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.tar.gz wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.tar.bz2 wix-d2f27517dffc02b7c50e386793c7ad89762c6b64.zip |
Integrate new build scripts with signing support
Diffstat (limited to 'signing.json')
-rw-r--r-- | signing.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/signing.json b/signing.json new file mode 100644 index 00000000..fe1c8c9b --- /dev/null +++ b/signing.json | |||
@@ -0,0 +1,13 @@ | |||
1 | { | ||
2 | "SignClient": { | ||
3 | "AzureAd": { | ||
4 | "AADInstance": "https://login.microsoftonline.com/", | ||
5 | "ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8", | ||
6 | "TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e" | ||
7 | }, | ||
8 | "Service": { | ||
9 | "Url": "https://codesign.dotnetfoundation.org/", | ||
10 | "ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001" | ||
11 | } | ||
12 | } | ||
13 | } | ||