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