5 references to ManifestFile
Microsoft.NET.Sdk.Publish.Tasks (5)
Tasks\MsDeploy\CreateManifestFile.cs (5)
104
if (
ManifestFile
is not null &&
ManifestFile
.Length != 0)
106
if (!File.Exists(
ManifestFile
))
108
File.Create(
ManifestFile
).Close();
110
WriteManifestsToFile(Log, m_manifests,
ManifestFile
);