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