Skip to content

Commit

Permalink
Fix README path (main branch, not master)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zastai committed Nov 21, 2021
1 parent 80e5edd commit 32bdc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MetaBrainz.Build.Sdk/NuGet.targets
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>

<PropertyGroup Condition=" '$(PackageProjectUrl)' == '' And '$(RepositoryUrl)' != '' And '$(DefaultProjectUrlToReadMe)' != 'false' ">
<PackageProjectUrl>$(RepositoryUrl)/blob/master/README.md</PackageProjectUrl>
<PackageProjectUrl>$(RepositoryUrl)/blob/main/README.md</PackageProjectUrl>
</PropertyGroup>

<!-- If the project is packable, set up the package icon, ReadMe and license if not already done. -->
Expand Down

0 comments on commit 32bdc84

Please sign in to comment.