We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d43aebd + 4fb9baa commit 21b60d3Copy full SHA for 21b60d3
src/Microsoft.VisualStudio.Composition.AppHost/Microsoft.VisualStudio.Composition.AppHost.targets
@@ -7,8 +7,8 @@
7
<ItemGroup>
8
<ToolPackInputsToSign Include="@(_PackageFiles)" Condition="false
9
or '%(FileName)%(Extension)' == 'Nerdbank.MSBuildExtension.dll'
10
- or '%(FileName)%(Extension)' == 'MessagePack.Annotations.dll'
11
- or '%(FileName)%(Extension)' == 'MessagePack.dll'
+ or '%(FileName)%(Extension)' == 'Nerdbank.MessagePack.dll'
+ or '%(FileName)%(Extension)' == 'Polytype.dll'
12
">
13
<Authenticode>3PartySHA2</Authenticode>
14
<StrongName>None</StrongName>
0 commit comments