Skip to content

Commit 32c7451

Browse files
committed
Embed untracked sources in symbols package.
1 parent 3112d90 commit 32c7451

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Most lines should begin with one of these words:
1111
## [1.0.1](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v1.0.0...release/1.0.1)
1212
- Fix packaging issues:
1313
- Enable deterministic build.
14+
- Embed untracked sources in symbols package.
1415

1516
## [1.0.0](https://github.com/sharpjs/Sharp.Diagnostics.Logging/compare/v0.1.0...release/1.0.0)
1617
- Update build targets to .NET Framework 4.6.1 (was 4.5) and .NET Standard 2.0

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
<!-- Packaging properties -->
5757
<PropertyGroup>
5858
<PackageOutputPath>..\dist\</PackageOutputPath>
59+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5960
<IncludeSymbols>true</IncludeSymbols>
6061
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
6162
</PropertyGroup>

0 commit comments

Comments
 (0)