From 9e1282d3e9daf93414f3ef2c8d73a2a27f7ef6ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kan=20Edling?= Date: Wed, 3 Jun 2020 17:29:21 +0200 Subject: [PATCH] Added config & completed workflow --- sign.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 sign.json diff --git a/sign.json b/sign.json new file mode 100644 index 0000000..3276a45 --- /dev/null +++ b/sign.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" + } + } +} \ No newline at end of file