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