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
// Need to throw if we fail to delete the application while attempting to clean it up.
229
-
vardeleteMessage=string.Format("Uploading {0} to storage failed and the attempt to delete the application package afterwards failed ({1})",filePath,exception.Message);
stringmessage=string.Format("Application package {0} version {1} successfully uploaded but failed to activate ({2})",applicationId,version,exception.Message);
varmessage=string.Format("Failed to get application {0} package {1}. You may need to delete the application package and try uploading again ({2})",applicationId,version,exception.Message);
0 commit comments