1 write to _workspace
Infrastructure.Tests (1)
TestTriggerMap\GraphAffectedProjectsTests.cs (1)
337
_workspace
= workspace;
6 references to _workspace
Infrastructure.Tests (6)
TestTriggerMap\GraphAffectedProjectsTests.cs (6)
387
var newFull = System.IO.Path.Combine(
_workspace
.Path, newRelativePath.Replace('/', System.IO.Path.DirectorySeparatorChar));
392
return GraphAffectedProjects.Compute(
_workspace
.Path, System.IO.Path.Combine(
_workspace
.Path, "Aspire.slnx"), from: baseSha, to: "HEAD", changedFilesPath: null).AffectedProjects;
397
var fullPath = System.IO.Path.Combine(
_workspace
.Path, relativePath.Replace('\\', System.IO.Path.DirectorySeparatorChar));
422
private string Git(params string[] args) => GitCli.Run(
_workspace
.Path, args);
424
public void Dispose() =>
_workspace
.Dispose();