Skip to content

Commit

Permalink
Update src/Directory.Build.targets
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Siegel <me@dansiegel.net>
  • Loading branch information
RLittlesII and dansiegel committed May 26, 2024
1 parent 8bb32ed commit 519761b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

<Target Name="PackNuGetReadMe"
AfterTargets="CopyNuGetReadme"
Condition="$([MSBuild]::IsOSPlatform('windows')) and '$(MSBuildRuntimeType)' == 'Full'">
Condition="$([MSBuild]::IsOSPlatform('windows'))">
<PropertyGroup>
<PackageReadmeFile>ReadMe.md</PackageReadmeFile>
</PropertyGroup>
Expand Down

0 comments on commit 519761b

Please sign in to comment.