2 writes to SDKRepoConfiguration
Microsoft.NET.TestFramework (2)
TestCommandLine.cs (2)
69ret.SDKRepoConfiguration = argStack.Pop(); 118ret.SDKRepoConfiguration = "Release";
2 references to SDKRepoConfiguration
Microsoft.NET.TestFramework (2)
TestCommandLine.cs (1)
116if (!string.IsNullOrEmpty(ret.SDKRepoPath) && string.IsNullOrEmpty(ret.SDKRepoConfiguration))
ToolsetInfo.cs (1)
256configuration = commandLine.SDKRepoConfiguration ?? configuration;