2 references to _tempDir
Infrastructure.Tests (2)
WorkflowScripts\AutoRerunTransientCiFailuresTests.cs (2)
30
public void Dispose() =>
_tempDir
.Dispose();
580
string inputPath = Path.Combine(
_tempDir
.Path, $"{Guid.NewGuid():N}.json");