Update src/Test/L0/TestHostContext.cs

Co-authored-by: Tingluo Huang <tingluohuang@github.com>
This commit is contained in:
JoannaaKL
2022-09-07 17:19:21 +02:00
committed by GitHub
parent ad8f17e956
commit 354c8bcbed

View File

@@ -26,7 +26,6 @@ namespace GitHub.Runner.Common.Tests
private string _suiteName;
private string _testName;
private Tracing _trace;
private AssemblyLoadContext _loadContext;
private string _tempDirectoryRoot = Path.Combine(Path.GetTempPath(), Guid.NewGuid().ToString("D"));
private StartupType _startupType;