Skip to content

Commit

Permalink
Update: Testing.props
Browse files Browse the repository at this point in the history
  • Loading branch information
dgmjr committed Sep 30, 2023
1 parent 982dd38 commit 2fd1090
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Build/Testing.props
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
-->

<Project>
<ItemGroup>
<PackageReference Remove="NuGetizer" Condition="'$(IsTestProject)' == 'true'" />
</ItemGroup>
<PropertyGroup>
<PackageReferences>@(PackageReference)</PackageReferences>
<Configuration Condition="'$(IsTestProject)' == 'true'">Testing</Configuration>
Expand Down

0 comments on commit 2fd1090

Please sign in to comment.