Skip to content

Commit 0d237c4

Browse files
authored
Enable deterministic builds (dotnet#2951)
1 parent e8df3dc commit 0d237c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
<StrongNameKeyId>Microsoft</StrongNameKeyId>
1313
<EmbedUntrackedSources>true</EmbedUntrackedSources>
1414
<IncludeSymbols>true</IncludeSymbols>
15+
<Deterministic>true</Deterministic>
1516
</PropertyGroup>
1617

1718
<PropertyGroup>

0 commit comments

Comments
 (0)