2 回答

TA貢獻(xiàn)1875條經(jīng)驗 獲得超5個贊
對于它的工作,我有完全相同的錯誤:
System.AggregateException: One or more errors occurred. ---> System.Exception: Build failed. Check the Output window for more details.
--- End of inner exception stack trace ---
at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions)
at System.Threading.Tasks.Task.Wait(Int32 millisecondsTimeout, CancellationToken cancellationToken)
at Microsoft.VisualStudio.Web.Publish.PublishService.VsWebProjectPublish.<>c__DisplayClass43_0.<PublishAsync>b__2()
at System.Threading.Tasks.Task`1.InnerInvoke()
at System.Threading.Tasks.Task.Execute()
--- End of stack trace from previous location where exception was thrown ---
at System.Runtime.CompilerServices.TaskAwaiter.ThrowForNonSuccess(Task task)
at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
at Microsoft.VisualStudio.ApplicationCapabilities.Publish.ViewModel.ProfileSelectorViewModel.<RunPublishTaskAsync>d__127.MoveNext()
---> (Inner Exception #0) System.Exception: Build failed. Check the Output window for more details.<---
并且遠(yuǎn)程服務(wù)器的磁盤空間不足。發(fā)布后發(fā)布控制臺沒有顯示任何內(nèi)容,但是如果我向上滾動,我會開始看到:
2>Unable to add 'Scripts/jquery-3.4.1.js' to the Web site. Unable to add file 'Scripts\jquery-3.4.1.js'. There is not enough space on the disk.
這個錯誤似乎指向了項目本身之外的東西。希望這可以幫助某人。
- 2 回答
- 0 關(guān)注
- 382 瀏覽
添加回答
舉報