mirror of
https://github.com/actions/runner.git
synced 2025-12-12 15:13:30 +00:00
Update src/Test/L0/TestHostContext.cs
Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
@@ -26,7 +26,6 @@ namespace GitHub.Runner.Common.Tests
|
|||||||
private string _suiteName;
|
private string _suiteName;
|
||||||
private string _testName;
|
private string _testName;
|
||||||
private Tracing _trace;
|
private Tracing _trace;
|
||||||
|
|
||||||
private AssemblyLoadContext _loadContext;
|
private AssemblyLoadContext _loadContext;
|
||||||
private string _tempDirectoryRoot = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("D"));
|
private string _tempDirectoryRoot = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("D"));
|
||||||
private StartupType _startupType;
|
private StartupType _startupType;
|
||||||
|
|||||||
Reference in New Issue
Block a user