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
thrownewInvalidDeploymentSettingsException(DeployToolErrorCode.FailedToDeserializeUserDeploymentFile,$"An error occurred while trying to deserialize the deployment settings file located at {filePath}.\n{ex.Message}",ex);
66
+
}
60
67
}
61
-
catch(Exceptionex)
62
-
{
63
-
thrownewInvalidDeploymentSettingsException(DeployToolErrorCode.FailedToDeserializeUserDeploymentFile,$"An error occured while trying to deserialize the deployment settings file located at {filePath}",ex);
68
+
else
69
+
{
70
+
thrownewInvalidDeploymentSettingsException(DeployToolErrorCode.UserDeploymentFileNotFound,$"The deployment settings file located at {filePath} doesn't exist.");
0 commit comments