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

Commit32c4411

Browse files
authored
Merge pull requestdotnet#4746 from mmitche/sign-nupkgs-15.7
[port to .net core 2.1] Sign nupkgs
2 parentsada0799 +f9ef448 commit32c4411

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
@@ -790,6 +790,12 @@ echo %_msbuildexe% %msbuildflags% build-nuget-packages.proj /p:Configuration=%BU
790790
%_msbuildexe%%msbuildflags% build-nuget-packages.proj /p:Configuration=%BUILD_CONFIG%
791791
ifERRORLEVEL1echo Error building NuGet packages&&goto :failure
792792

793+
ifnot"%SIGN_TYPE%"=="" (
794+
echo build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
795+
call build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
796+
ifERRORLEVEL1echo Error running sign tool&&goto :failure
797+
)
798+
793799
if"%BUILD_SETUP%"=="1" (
794800
echo%_msbuildexe%%msbuildflags% setup\build-msi.proj /p:Configuration=%BUILD_CONFIG%
795801
%_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