Skip to content

Commit

Permalink
make all test projects packable
Browse files Browse the repository at this point in the history
  • Loading branch information
hahn-kev authored and jasonleenaylor committed Oct 30, 2024
1 parent 74f9b02 commit 46fa5f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
<OutputPath>$(MSBuildThisFileDirectory)/output/$(Configuration)</OutputPath>
<PackageOutputPath>$(MSBuildThisFileDirectory)/output</PackageOutputPath>
<SignAssembly>true</SignAssembly>
<!-- required to ensure test projects are marked as packable, otherwise Microsoft.NET.Test.Sdk marks them as not -->
<IsPackable Condition="'$(IsPackable)'==''">true</IsPackable>
<AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)/palaso.snk</AssemblyOriginatorKeyFile>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
Expand Down

0 comments on commit 46fa5f0

Please sign in to comment.