Skip to content

Commit

Permalink
enable source link
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdgun committed Aug 16, 2023
1 parent af1be08 commit 96263fb
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
<Nullable>enable</Nullable>
<LangVersion>8.0</LangVersion>
<NoWarn>NU1701</NoWarn>
<EmbedUntrackedSources>true</EmbedUntrackedSources>
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
</PropertyGroup>
Expand All @@ -19,4 +20,8 @@
<RepositoryUrl>https://github.com/SharpGrip/OpenIddict.Api</RepositoryUrl>
<RepositoryType>git</RepositoryType>
</PropertyGroup>

<PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'">
<ContinuousIntegrationBuild>true</ContinuousIntegrationBuild>
</PropertyGroup>
</Project>
4 changes: 4 additions & 0 deletions OpenIddict.Api.Models/OpenIddict.Api.Models.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Abstractions" Version="3.0" />
</ItemGroup>

Expand Down
4 changes: 4 additions & 0 deletions OpenIddict.Api.Validation/OpenIddict.Api.Validation.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

<ItemGroup>
<PackageReference Include="FluentValidation" Version="10.*" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.Abstractions" Version="3.0" />
</ItemGroup>

Expand Down
4 changes: 4 additions & 0 deletions OpenIddict.Api/OpenIddict.Api.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@

<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Mvc.ViewFeatures" Version="2.2" />
<PackageReference Include="Microsoft.SourceLink.GitHub" Version="1.1.1">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="OpenIddict.EntityFrameworkCore" Version="3.0" />
<PackageReference Include="OpenIddict.Validation.AspNetCore" Version="3.0" />
</ItemGroup>
Expand Down

0 comments on commit 96263fb

Please sign in to comment.