Skip to content

Commit

Permalink
Merge pull request #3150 from RLittlesII/chore/build/macos
Browse files Browse the repository at this point in the history
chore: build Prism on macOS
  • Loading branch information
dansiegel committed May 26, 2024
2 parents e296a0a + 519761b commit 3125e20
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@
ConsoleToMsBuild="true" />

<Exec Command="type $(MSBuildThisFileDirectory)ReadMe.md >> $(IntermediateOutputPath)\ReadMe.md"
ConsoleToMsBuild="true" />
ConsoleToMsBuild="true"
Condition="$([MSBuild]::IsOSPlatform('windows'))" />
</Target>

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

0 comments on commit 3125e20

Please sign in to comment.