Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.39 KB | None | 0 0
  1. System.AggregateException: One or more errors occurred. ---> System.Exception: Publishing failed.
  2. --- End of inner exception stack trace ---
  3. at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
  4. at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
  5. at Microsoft.Publish.Framework.Model.DefaultPublishSteps.<>c__DisplayClass26_0.<IsBuildCompletedSuccessfully>b__2()
  6. at System.Threading.Tasks.Task`1.InnerInvoke()
  7. at System.Threading.Tasks.Task.Execute()
  8. --- End of stack trace from previous location where exception was thrown ---
  9. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  10. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  11. at Microsoft.Publish.Framework.Model.DefaultPublishSteps.<DefaultCorePublishStep>d__23.MoveNext()
  12. --- End of stack trace from previous location where exception was thrown ---
  13. at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
  14. at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
  15. at Microsoft.Publish.Framework.ViewModel.ProfileSelectorViewModel.<RunPublishTaskAsync>d__202.MoveNext()
  16. ---> (Inner Exception #0) System.Exception: Publishing failed.<---
  17.  
  18. System.Exception: Publishing failed.
  19.  
  20. ===================
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement