Skip to content

Commit

Permalink
Use dotnet certificate (#53360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmitche committed May 12, 2021
1 parent b0e6490 commit 79dd207
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/Signing.props
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Licensed to the .NET Foundation under one or more agreements. The .NET Foundation licenses this file to you under the MIT license. See the LICENSE file in the project root for more information. -->
<Project>

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

<!--
Non-default certificates.
-->
Expand Down

0 comments on commit 79dd207

Please sign in to comment.