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