2 references to PublishIntermediateTempPath
Microsoft.NET.Sdk.Publish.Tasks (2)
Tasks\ZipDeploy\CreateZipFile.cs (2)
26if (PublishIntermediateTempPath is null || FolderToZip is null) 30CreatedZipPath = Path.Combine(PublishIntermediateTempPath, zipFileName);