Skip to content

Commit f1b6c49

Browse files
committed
Work CI-CD
- Add code sign files. - Update nuspec.
1 parent 587710a commit f1b6c49

File tree

6 files changed

+21
-7
lines changed

6 files changed

+21
-7
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

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": "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+
}
14+

config/filelist.txt

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

nanoFramework.WebServer.nuspec

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,12 @@
55
<title>WebServer for nanoFramework</title>
66
<version>$version$</version>
77
<authors>Laurent Ellerbach</authors>
8-
<owners>nanoFramework project contributors</owners>
9-
<license type="expression">MIT</license>
8+
<owners>nanoFramework project contributors,dotnetfoundation</owners>
9+
<license type="file">LICENSE.md</license>
1010
<projectUrl>https://github.com/nanoframework/nanoFramework.WebServer</projectUrl>
11-
<iconUrl>https://secure.gravatar.com/avatar/97d0e092247f0716db6d4b47b7d1d1ad</iconUrl>
12-
<icon>images\nf-logo.png</icon>
11+
<icon>nf-logo.png</icon>
1312
<requireLicenseAcceptance>false</requireLicenseAcceptance>
1413
<developmentDependency>false</developmentDependency>
15-
<summary>.NET nanoFramework WebServer</summary>
1614
<description>
1715
This is a simple multithread WebServer supporting simple controller and event based
1816
calls. Perfect for nanoFramework REST API based project. Support all type of Http Methods.
@@ -37,7 +35,8 @@
3735
<files>
3836
<file src="nanoFramework.WebServer\bin\Release\nanoFramework.WebServer.*" target="lib" />
3937

40-
<file src="readme.txt" target="readme.txt" />
41-
<file src="nanoFramework.WebServer\nf-logo.png" target="images\" />
38+
<file src="assets\readme.txt" target="" />
39+
<file src="assets\nf-logo.png" target="" />
40+
<file src="LICENSE.md" target="" />
4241
</files>
4342
</package>

0 commit comments

Comments
 (0)