Skip to content

Commit

Permalink
enabled EmbedAllSources
Browse files Browse the repository at this point in the history
  • Loading branch information
bilal-fazlani committed Jan 20, 2019
1 parent 16e5d3a commit df7a0b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CommandDotNet/CommandDotNet.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
<!-- Optional: Build symbol package (.snupkg) to distribute the PDB containing Source Link -->
<IncludeSymbols>true</IncludeSymbols>
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
<!-- https://github.com/dotnet/sourcelink/blob/master/docs/README.md#embedallsources -->
<EmbedAllSources>true</EmbedAllSources>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="FluentValidation" Version="7.6.103" />
Expand Down

0 comments on commit df7a0b2

Please sign in to comment.