1 write to _workspace
Infrastructure.Tests (1)
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (1)
249
_workspace
= workspace;
7 references to _workspace
Infrastructure.Tests (7)
TestTriggerMap\SelectTestsLayer1IntegrationTests.cs (7)
245
public string Path =>
_workspace
.Path;
320
var changed = System.IO.Path.Combine(
_workspace
.Path, "changed.txt");
341
public string Git(params string[] args) => GitCli.Run(
_workspace
.Path, args);
351
var outputPath = System.IO.Path.Combine(
_workspace
.Path, "output");
353
Environment.SetEnvironmentVariable("GITHUB_STEP_SUMMARY", System.IO.Path.Combine(
_workspace
.Path, "summary"));
384
var fullPath = System.IO.Path.Combine(
_workspace
.Path, relativePath.Replace('\\', System.IO.Path.DirectorySeparatorChar));
409
public void Dispose() =>
_workspace
.Dispose();