You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// When touching files, use the same timestamp for every file to ensure we don't end up with some outputs with slightly different timestamps, which may lead to missed incrementality.
stringprojectFileRelativePath=projectFilePath.MakePathRelativeTo(_repoRoot)??thrownewInvalidOperationException($"Project \"{projectFilePath}\" is not under the repo root \"{_repoRoot}\"");
_projectFileRelativePath=projectFilePath.MakePathRelativeTo(_repoRoot)??thrownewArgumentException($"Project \"{projectFilePath}\" is not under the repo root \"{repoRoot}\"",nameof(node));
0 commit comments