2 references to OutputPath
Microsoft.Build.Tasks.Core (2)
GenerateLauncher.cs (2)
70
AbsolutePath outputPath = string.IsNullOrEmpty(
OutputPath
) ? default : TaskEnvironment.GetAbsolutePath(
OutputPath
);