1 write to OutputManifest
Microsoft.Build.Tasks.Core (1)
GenerateManifestBase.cs (1)
622
OutputManifest
= new TaskItem(GetDefaultFileName());
7 references to OutputManifest
Microsoft.Build.Tasks.Core (7)
GenerateManifestBase.cs (7)
426
if (
OutputManifest
!= null)
428
return
OutputManifest
.ItemSpec;
606
string manifestFileName = Path.GetFileName(
OutputManifest
.ItemSpec);
620
if (
OutputManifest
== null)
631
AbsolutePath outputManifestPath = TaskEnvironment.GetAbsolutePath(
OutputManifest
.ItemSpec);
639
Log.LogErrorWithCodeFromResources("GenerateManifest.WriteOutputManifestFailed",
OutputManifest
.ItemSpec, ex.Message, lockedFileMessage);
645
Util.WriteLog($"Total time to generate manifest '{Path.GetFileName(
OutputManifest
.ItemSpec)}': t={Environment.TickCount - _startTime}");