Skip to content

Commit 107ac93

Browse files
authored
Include SourceLink file in CoreCompile dependency checks (#16715)
A companion to dotnet/msbuild#9743 to ensure that more sourcelink/determinism-related flags correctly cause the compiler to be invoked when they change
1 parent 92f6a1c commit 107ac93

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/FSharp.Build/Microsoft.FSharp.Targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,8 @@ this file.
275275
$(VersionFile);
276276
$(KeyOriginatorFile);
277277
$(UseSource);
278-
$(LoadSource)"
278+
$(LoadSource);
279+
$(SourceLink)"
279280
Outputs="@(DocFileItem);
280281
@(IntermediateAssembly);
281282
@(IntermediateRefAssembly);

0 commit comments

Comments
 (0)