1 write to FileName
Microsoft.Agents.AI.ProjectTemplates.Tests (1)
DotNetCommand.cs (1)
12
FileName
= WellKnownPaths.RepoDotNetExePath;
2 references to FileName
Microsoft.Agents.AI.ProjectTemplates.Tests (2)
TestCommand.cs (2)
28
if (string.IsNullOrEmpty(
FileName
))
33
var processStartInfo = new ProcessStartInfo(
FileName
, Arguments)