Skip to content

Commit 3927f98

Browse files
authored
Fix incomplete nodeInfo.json files (#62)
1 parent 8658fe4 commit 3927f98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Common/MSBuildCachePluginBase.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -753,7 +753,7 @@ async Task DumpNodeContextAsync(NodeContext nodeContext)
753753
{
754754
if (!_nodeContextRepository.TryGetNodeContext(dependencyNode.ProjectInstance, out NodeContext? dependencyNodeContext))
755755
{
756-
return;
756+
continue;
757757
}
758758

759759
jsonWriter.WriteStringValue(dependencyNodeContext.Id);

0 commit comments

Comments
 (0)