Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit494ca0a

Browse files
committed
Sign nupkgs
1 parentd4920e0 commit494ca0a

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

‎build.cmd‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -779,6 +779,12 @@ echo %_msbuildexe% %msbuildflags% build-nuget-packages.proj /p:Configuration=%BU
779779
%_msbuildexe%%msbuildflags% build-nuget-packages.proj /p:Configuration=%BUILD_CONFIG%
780780
ifERRORLEVEL1echo Error building NuGet packages&&goto :failure
781781

782+
ifnot"%SIGN_TYPE%"=="" (
783+
echo build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
784+
call build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
785+
ifERRORLEVEL1echo Error running sign tool&&goto :failure
786+
)
787+
782788
if"%BUILD_SETUP%"=="1" (
783789
echo%_msbuildexe%%msbuildflags% setup\build-msi.proj /p:Configuration=%BUILD_CONFIG%
784790
%_msbuildexe%%msbuildflags% setup\build-msi.proj /p:Configuration=%BUILD_CONFIG%
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"sign": [
3+
{
4+
"certificate":"NuGet",
5+
"strongName":null,
6+
"values": [
7+
"artifacts\\*.nupkg",
8+
"artifacts\\*\\*.nupkg"
9+
]
10+
}
11+
],
12+
"exclude": [
13+
"FSharp.Build.resources.dll",
14+
"FSharp.Compiler.Interactive.Settings.resources.dll",
15+
"FSharp.Compiler.Private.resources.dll",
16+
"FSharp.Core.resources.dll",
17+
"fsc.exe",
18+
"FSharp.Build.dll",
19+
"FSharp.Compiler.Interactive.Settings.dll",
20+
"FSharp.Compiler.Private.dll",
21+
"FSharp.Core.dll",
22+
"fsi.exe"
23+
]
24+
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp