6 references to KUDUDEPLOY_AzurePublishErrorReason
Microsoft.NET.Sdk.Publish.Tasks (6)
Kudu\KuduZipDeploy.cs (1)
35
_logger.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, Resources.KUDUDEPLOY_DeployOutputPathEmpty));
Tasks\Kudu\KuduDeploy.cs (5)
121
Log.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, Resources.KUDUDEPLOY_OperationTimeout));
126
Log.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, ae.Flatten().Message));
145
Log.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, Resources.KUDUDEPLOY_OperationTimeout));
150
Log.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, ae.Flatten().Message));
177
Log.LogError(string.Format(Resources.
KUDUDEPLOY_AzurePublishErrorReason
, e.Message));