Skip to content

Commit

Permalink
Disable nerdbank on macos - causes build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dotMorten committed Aug 8, 2023
1 parent 44ca109 commit 1300cfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<NerdbankGitVersioningVersion>3.0.26</NerdbankGitVersioningVersion>
</PropertyGroup>

<ItemGroup Condition="'$(VersionOverride)'!='true'">
<ItemGroup Condition="'$(VersionOverride)'!='true' AND $([MSBuild]::IsOSPlatform('windows'))">
<PackageReference Include="Nerdbank.GitVersioning" Version="3.0.26" PrivateAssets="all" />
</ItemGroup>

Expand Down

0 comments on commit 1300cfd

Please sign in to comment.