Skip to content

Commit

Permalink
Merge pull request #413 from microsoft/tbruecher/strongNameUpdates
Browse files Browse the repository at this point in the history
Changing the Strong Name Key to the newest available
  • Loading branch information
CodeCyclone authored Dec 5, 2024
2 parents cf341f0 + 67f7d33 commit 26361a3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion build/Microsoft.PowerBI.CodeSign.targets
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Licensed under the MIT License.
<PropertyGroup Condition="'$(ForceSign)' == 'true' OR ('$(MSBuildProjectExtension)' == '.csproj' AND '$(Configuration)' == 'Release')">
<SignAssembly>true</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)MSSharedLibKey.snk</AssemblyOriginatorKeyFile>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)35MSSharedLib1024.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>

<!-- Test Projects, don't sign -->
Expand Down

0 comments on commit 26361a3

Please sign in to comment.