Skip to content

Commit 139ce63

Browse files
committed
Work CI-CD
- Add config for nuget signing. - Add dotnetfoundation to package co-owner. ***NO_CI***
1 parent 0ba0e20 commit 139ce63

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

config/SignClient.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"SignClient": {
3+
"AzureAd": {
4+
"AADInstance": "https://login.microsoftonline.com/",
5+
"ClientId": "6632f806-5a64-4bc6-87cf-b622b2ec62d3",
6+
"TenantId": "71048637-3782-41a3-b6b2-6f4ac8a25ae0"
7+
},
8+
"Service": {
9+
"Url": "https://codesign.novotny.org/",
10+
"ResourceId": "https://SignService/0263d4ba-331b-46d1-85e1-bee9898a65a6"
11+
}
12+
}
13+
}
14+

config/filelist.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
nanoFramework.Networking.Sntp.*

nanoFramework.Networking.Sntp.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<version>$version$</version>
66
<title>nanoFramework.Networking.Sntp</title>
77
<authors>nanoFramework project contributors</authors>
8-
<owners>nanoFramework project contributors</owners>
8+
<owners>nanoFramework project contributors,dotnetfoundation</owners>
99
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1010
<license type="file">LICENSE.md</license>
1111
<releaseNotes>

0 commit comments

Comments
 (0)