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