Daan Bakker
07/03/2024, 9:48 AM13.0.4
.
Anybody an idea how to fix this?
Below a larger preview of the stacktrace
info: Executing step: NuGet Restore
fail: Update failed with message: Could not find file '/app/work/repository/.umbraco'.
crit: Error executing step: Umbraco.Cloud.Deployment.UpdateExecutor.Umbraco.Steps.NugetRestore Could not find file '/app/work/repository/.umbraco'.
info: Publishing update failed event
fail: Error executing ExceptionHandler: Umbraco.Cloud.Deployment.UpdateExecutor.Foundation.ExceptionHandlers.PublishUpdateFailedEventExceptionHandler Value cannot be null. (Parameter 'Exception')
info: Executing step: Delete updating marker
info: Start processing HTTP request DELETE https://smartconsultant.scm.euwest01.umbraco.io/api/vfs/site/locks/updating
info: Sending HTTP request DELETE https://smartconsultant.scm.euwest01.umbraco.io/api/vfs/site/locks/updating
info: Received HTTP response headers after 118.8687ms - 200
info: End processing HTTP request after 123.0635ms - 200
info: Executed step: Delete updating marker
Deployment 72c80504-1990-47d0-b9ea-44d171a308fb failed
Deployment Failed
##[error]PowerShell exited with code '1'.
Jemayn
07/08/2024, 3:23 PM.umbraco
file that basically points to the correct csproj for the website.
The error message is saying it can't find that file, so you are probably missing some files in the zip your pipeline is sending to CloudDaan Bakker
07/08/2024, 3:41 PM