1 write to _runtime
Microsoft.NET.TestFramework (1)
Commands\DotnetPublishCommand.cs (1)
30
_runtime
= runtime;
2 references to _runtime
Microsoft.NET.TestFramework (2)
Commands\DotnetPublishCommand.cs (2)
19
if (!string.IsNullOrEmpty(
_runtime
))
22
newArgs.Add(
_runtime
);