Skip to content

Commit

Permalink
chore: explicitly set package's repository URL
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Aug 2, 2024
1 parent 7b6ff16 commit 62b52ed
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mu88.Shared/mu88.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup>
<!-- See: https://github.com/dotnet/sourcelink/issues/1203-->
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
</PropertyGroup>
<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<!-- See: https://github.com/clairernovotny/DeterministicBuilds?tab=readme-ov-file#deterministic-builds-->
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
Expand Down

0 comments on commit 62b52ed

Please sign in to comment.