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

Commit3d37608

Browse files
authored
Merge pull requestdotnet#4738 from Microsoft/merges/master-to-dev15.8
Merge master to dev15.8
2 parents81c4144 +f69dcf4 commit3d37608

File tree

3 files changed

+93
-134
lines changed

3 files changed

+93
-134
lines changed

‎build.cmd‎

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

807+
ifnot"%SIGN_TYPE%"=="" (
808+
echo build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
809+
call build\scripts\run-signtool.cmd -MSBuild%_msbuildexe% -SignType%SIGN_TYPE% -ConfigFile build\config\PackageSignToolData.json
810+
ifERRORLEVEL1echo Error running sign tool&&goto :failure
811+
)
812+
807813
if"%BUILD_SETUP%"=="1" (
808814
echo%_msbuildexe%%msbuildflags% setup\build-msi.proj /p:Configuration=%BUILD_CONFIG%
809815
%_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