Skip to content

Commit fa98587

Browse files
committed
Embed untracked sources in symbols package.
1 parent 10ab894 commit fa98587

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Most lines should begin with one of these words:
1212
## [1.0.3](https://github.com/sharpjs/Prequel/compare/release/1.0.2..release/1.0.3)
1313
- Fix packaging issues:
1414
- Enable deterministic build.
15+
- Embed untracked sources in symbols package.
1516

1617
## [1.0.2](https://github.com/sharpjs/Prequel/compare/release/1.0.1..release/1.0.2)
1718
- Fix incorrect result or index-out-of-range exception when multiple variable

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@
5353
<PropertyGroup>
5454
<GeneratePackageOnBuild Condition="'$(Configuration)' == 'Release'">true</GeneratePackageOnBuild>
5555
<PackageOutputPath>..\dist\</PackageOutputPath>
56+
<EmbedUntrackedSources>true</EmbedUntrackedSources>
5657
<IncludeSymbols>true</IncludeSymbols>
5758
<SymbolPackageFormat>snupkg</SymbolPackageFormat>
5859
</PropertyGroup>

0 commit comments

Comments
 (0)