Skip to content

Commit

Permalink
Merge pull request #1219 from nohwnd/fix-self-registered
Browse files Browse the repository at this point in the history
Set generate self-registered extensions property to default value
  • Loading branch information
OsirisTerje authored Oct 30, 2024
2 parents 5d793db + ada164b commit c79bb93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuget/netcoreapp3.1/NUnit3TestAdapter.targets
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<!-- Handle the coexistance between Microsoft.Testing.Platform and Microsoft.NET.Test.Sdk -->
<PropertyGroup>
<GenerateTestingPlatformEntryPoint Condition=" '$(GenerateTestingPlatformEntryPoint)' == '' ">$(EnableNUnitRunner)</GenerateTestingPlatformEntryPoint>
<GenerateSelfRegisteredExtensions Condition=" '$(GenerateSelfRegisteredExtensions)' == '' ">$(EnableNUnitRunner)</GenerateSelfRegisteredExtensions>
<GenerateProgramFile Condition=" '$(EnableNUnitRunner)' == 'true' ">false</GenerateProgramFile>
</PropertyGroup>

Expand Down

0 comments on commit c79bb93

Please sign in to comment.