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