Skip to content

Commit 452c730

Browse files
stephentoubCopilot
andcommitted
Strong-name sign .NET SDK
Use the canonical .NET Open.snk key to strong-name sign the GitHub.Copilot.SDK assembly. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent f800768 commit 452c730

2 files changed

Lines changed: 5 additions & 0 deletions

File tree

dotnet/Directory.Build.props

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,9 @@
88
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
99
</PropertyGroup>
1010

11+
<PropertyGroup Condition="'$(MSBuildProjectName)' == 'GitHub.Copilot.SDK'">
12+
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)Open.snk</AssemblyOriginatorKeyFile>
13+
<SignAssembly>true</SignAssembly>
14+
</PropertyGroup>
15+
1116
</Project>

dotnet/Open.snk

596 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)