5 references to _tempDir
Infrastructure.Tests (5)
PowerShellScripts\SplitTestMatrixByDepsTests.cs (5)
24_githubOutputFile = Path.Combine(_tempDir.Path, "github_output.txt"); 28public void Dispose() => _tempDir.Dispose(); 179var matrixFile = Path.Combine(_tempDir.Path, "matrix.json"); 208var nonExistentFile = Path.Combine(_tempDir.Path, "nonexistent.json"); 235var tempMatrixFile = Path.Combine(_tempDir.Path, $"matrix_input_{Guid.NewGuid():N}.json");