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