1 write to OutputPath
Microsoft.DotNet.Build.Tasks.Feed.Tests (1)
GenerateBuildManifestTests.cs (1)
49
OutputPath
= manifestPath,
2 references to OutputPath
Microsoft.DotNet.Build.Tasks.Feed (2)
src\GenerateBuildManifest.cs (2)
150
Log.LogMessage(MessageImportance.High, $"Writing build manifest file '{
OutputPath
}'...");
151
fileSystem.WriteToFile(
OutputPath
, buildModel.ToXml().ToString());