From aa0bd9f66dabc6460f93cf9a029e06b079f10db8 Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Thu, 22 Apr 2021 20:00:30 -0700 Subject: Move Core.Native into wix --- src/signing.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 src/signing.json (limited to 'src/signing.json') diff --git a/src/signing.json b/src/signing.json new file mode 100644 index 00000000..fe1c8c9b --- /dev/null +++ b/src/signing.json @@ -0,0 +1,13 @@ +{ + "SignClient": { + "AzureAd": { + "AADInstance": "https://login.microsoftonline.com/", + "ClientId": "c248d68a-ba6f-4aa9-8a68-71fe872063f8", + "TenantId": "16076fdc-fcc1-4a15-b1ca-32c9a255900e" + }, + "Service": { + "Url": "https://codesign.dotnetfoundation.org/", + "ResourceId": "https://SignService/3c30251f-36f3-490b-a955-520addb85001" + } + } +} -- cgit v1.2.3-55-g6feb