Skip to content

Commit 3ad403b

Browse files
committed
remove code signing for Minimatch.dll
1 parent 7f3b307 commit 3ad403b

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

src/LibraryManager.Build/Microsoft.Web.LibraryManager.Build.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@
4343
<Target Name="AddAdditionalFilesToSign" AfterTargets="CollectFilesToSign">
4444
<ItemGroup>
4545
<!-- Sign 3rd party assemblies -->
46-
<FilesToSign Include="$(OutputPath)\Minimatch.dll">
47-
<Authenticode>3PartySHA2</Authenticode>
48-
</FilesToSign>
4946
<FilesToSign Include="$(OutputPath)\Newtonsoft.Json.dll">
5047
<Authenticode>3PartySHA2</Authenticode>
5148
</FilesToSign>

src/libman/libman.csproj

-3
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@
3737
<!-- For NuGet packaging, files get put in $(PublishDir) and should be signed there instead of $(OutputDir) -->
3838
<!-- Also note, it uses @(PublishedFilesToSign) instead of @(FilesToSign). See target SignPublishedFiles -->
3939
<ItemGroup>
40-
<PublishedFilesToSign Include="$(PublishDir)\Minimatch.dll">
41-
<Authenticode>3PartySHA2</Authenticode>
42-
</PublishedFilesToSign>
4340
<PublishedFilesToSign Include="$(PublishDir)\Newtonsoft.Json.dll">
4441
<Authenticode>3PartySHA2</Authenticode>
4542
</PublishedFilesToSign>

0 commit comments

Comments
 (0)