4 references to DebugReproDirectory
Microsoft.NET.Build.Tasks (4)
RunCsWinRTGenerator.cs (4)
143
if (
DebugReproDirectory
is not null && !Directory.Exists(
DebugReproDirectory
))
145
Log.LogWarning("Debug repro directory '{0}' is invalid or does not exist.",
DebugReproDirectory
);
220
AppendResponseFileOptionalCommand(args, "--debug-repro-directory",
DebugReproDirectory
);