You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$"Site {config.CertificateStoreDetails.StorePath} on server {config.CertificateStoreDetails.ClientMachine}: {ex.Message}"
147
150
};
@@ -207,7 +210,8 @@ function InstallPfxToMachineStore([byte[]]$bytes, [string]$password, [string]$st
207
210
if(ps.HadErrors)
208
211
returnnewJobResult
209
212
{
210
-
Result=OrchestratorJobStatusJobResult.Failure,
213
+
Result=OrchestratorJobStatusJobResult.Failure,
214
+
JobHistoryId=config.JobHistoryId,
211
215
FailureMessage=
212
216
$"Site {config.CertificateStoreDetails.StorePath} on server {config.CertificateStoreDetails.ClientMachine}: {ps.Streams.Error.ReadAll().First().ErrorDetails.Message}"
213
217
};
@@ -296,7 +300,8 @@ function InstallPfxToMachineStore([byte[]]$bytes, [string]$password, [string]$st
296
300
if(ps.HadErrors)
297
301
returnnewJobResult
298
302
{
299
-
Result=OrchestratorJobStatusJobResult.Failure,
303
+
Result=OrchestratorJobStatusJobResult.Failure,
304
+
JobHistoryId=config.JobHistoryId,
300
305
FailureMessage=
301
306
$"Site {config.CertificateStoreDetails.StorePath} on server {config.CertificateStoreDetails.ClientMachine}: {ps.Streams.Error.ReadAll().First().ErrorDetails.Message}"
302
307
};
@@ -317,6 +322,7 @@ function InstallPfxToMachineStore([byte[]]$bytes, [string]$password, [string]$st
317
322
returnnewJobResult
318
323
{
319
324
Result=OrchestratorJobStatusJobResult.Failure,
325
+
JobHistoryId=config.JobHistoryId,
320
326
FailureMessage=
321
327
$"Site {config.CertificateStoreDetails.StorePath} on server {config.CertificateStoreDetails.ClientMachine}: {ex.Message}"
0 commit comments