2 references to BuildAppFullName
dotnet (2)
Commands\Build\BuildCommandParser.cs (1)
72
DocumentedCommand command = new("build", DocsLink, CliCommandStrings.
BuildAppFullName
);
Commands\MSBuild\MSBuildCommandParser.cs (1)
24
var command = new DocumentedCommand("msbuild", DocsLink, CliCommandStrings.
BuildAppFullName
)