4 references to ScriptFullPath
Microsoft.NET.Sdk.Publish.Tasks (4)
Tasks\MsDeploy\CreateMSDeployScript.cs (4)
22if (ScriptFullPath is not null) 24if (!File.Exists(ScriptFullPath)) 26File.Create(ScriptFullPath).Close(); 28File.WriteAllLines(ScriptFullPath, GetReplacedFileContents(Resources.MsDeployBatchFile));