Skip to content

Commit

Permalink
Use dotnet certificate (#17577)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche authored May 13, 2021
1 parent 708cd61 commit 77aae15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,8 @@
<FileSignInfo Include="xunit.performance.execution.dll" CertificateName="3PartySHA2" />
<FileSignInfo Include="xunit.performance.metrics.dll" CertificateName="3PartySHA2" />
</ItemGroup>

<PropertyGroup>
<UseDotNetCertificate>true</UseDotNetCertificate>
</PropertyGroup>
</Project>

0 comments on commit 77aae15

Please sign in to comment.