3 references to PublishIntermediateOutputPath
Microsoft.NET.Sdk.Publish.Tasks (3)
Tasks\Kudu\KuduDeploy.cs (3)
76if (string.IsNullOrEmpty(PublishIntermediateOutputPath)) 115System.Threading.Tasks.Task? deployTask = fileDeploy.DeployAsync(PublishIntermediateOutputPath); 138string? zipFileFullPath = CreateZipFile(PublishIntermediateOutputPath);