Skip to content

Commit 21b60d3

Browse files
authored
Merge pull request #626 from microsoft/dev/andarno/nbMsgPack
Apply 3rd party cert to new serializer dlls
2 parents d43aebd + 4fb9baa commit 21b60d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.VisualStudio.Composition.AppHost/Microsoft.VisualStudio.Composition.AppHost.targets

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<ItemGroup>
88
<ToolPackInputsToSign Include="@(_PackageFiles)" Condition="false
99
or '%(FileName)%(Extension)' == 'Nerdbank.MSBuildExtension.dll'
10-
or '%(FileName)%(Extension)' == 'MessagePack.Annotations.dll'
11-
or '%(FileName)%(Extension)' == 'MessagePack.dll'
10+
or '%(FileName)%(Extension)' == 'Nerdbank.MessagePack.dll'
11+
or '%(FileName)%(Extension)' == 'Polytype.dll'
1212
">
1313
<Authenticode>3PartySHA2</Authenticode>
1414
<StrongName>None</StrongName>

0 commit comments

Comments
 (0)