Skip to content

Commit

Permalink
Work CI-CD
Browse files Browse the repository at this point in the history
- Add config files for signed nugets.
  • Loading branch information
josesimoes committed Dec 28, 2020
1 parent 0455572 commit bc223c4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/SignClient.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"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"
}
}
}

2 changes: 2 additions & 0 deletions config/filelist.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
**/nanoFramework.CoreLibrary.*
**/nanoFramework.CoreLibrary.NoReflection.*

0 comments on commit bc223c4

Please sign in to comment.