Skip to content

Commit 99fe2b2

Browse files
authored
Merge pull request #9743 from dotnet/corecompile-more-property-inputs
Add Determinism/SourceLink related Properties to Corecompile dependency checks
2 parents 2fb4e99 + 49ca2a8 commit 99fe2b2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Tasks/Microsoft.Common.CurrentVersion.targets

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3800,6 +3800,8 @@ Copyright (C) Microsoft Corporation. All rights reserved.
38003800
<CoreCompileCache Include="@(ReferencePath)" />
38013801
<CoreCompileCache Include="$(DefineConstants)" />
38023802
<CoreCompileCache Include="$(LangVersion)" />
3803+
<CoreCompileCache Include="$(Deterministic)" />
3804+
<CoreCompileCache Include="$(PathMap)" />
38033805
</ItemGroup>
38043806

38053807
<Hash

0 commit comments

Comments
 (0)