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
I'm trying to move project's CI from AppVeyor website to local AppVeyor Server.
The existing project is using "cake" script, which is successful running on AppVeyor website.
But after I set local AppVeyor Server, it build successful but uploading artifact failed.
Error message is:
========================================
Publish
========================================
Error uploading artifact to the storage: One or more errors occurred. (Artifact not found or access denied.)
An error occurred when executing task 'Publish'.
An error occurred when executing task 'Auto'.
Error: One or more errors occurred.
UploadArtifact failed (2).
Command exited with code 1
Build failed
I'm trying to move project's CI from AppVeyor website to local AppVeyor Server.
The existing project is using "cake" script, which is successful running on AppVeyor website.
But after I set local AppVeyor Server, it build successful but uploading artifact failed.
Error message is:
The cake code which cause exception:
AppVeyor server installer file is:
appveyor-server-7.0.2546-win-x64.msi
.Did I miss some setting?
The text was updated successfully, but these errors were encountered: