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