Skip to content

Commit

Permalink
Updated UnitTests to use the same strongnaming logic as the main SDK
Browse files Browse the repository at this point in the history
  • Loading branch information
jstedfast committed Aug 27, 2024
1 parent 43b82fc commit f9f87e2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Test/UnitTests/UnitTests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,13 @@
<OutputType>Library</OutputType>
<AssemblyName>UnitTests</AssemblyName>
<RootNamespace>UnitTests</RootNamespace>
<SignAssembly>true</SignAssembly>
<SignAssembly>false</SignAssembly>
<DelaySign>true</DelaySign>
<AssemblyOriginatorKeyFile>..\UnitTests.snk</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup Condition="'$(SignType)' == 'real'">
<SignAssembly>true</SignAssembly>
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.5.0" />
Expand Down

0 comments on commit f9f87e2

Please sign in to comment.