2 references to FolderToZip
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\ZipDeploy\CreateZipFile.cs (2)
26
if (PublishIntermediateTempPath is null ||
FolderToZip
is null)
31
ZipFile.CreateFromDirectory(
FolderToZip
, CreatedZipPath);