TeamCity Plugin
Dom Rich
Posts: 5
I am trying to get a CI solution working using TeamCity and Deployment Manager.
I have set up a Red Gate build job and it all works fine until I try and use the option to create upgrade scripts. The build then fails every time:
sqlCI error occurred: System.Net.WebException: The remote server returned an error: (401) Unauthorized.
The build log shows it is trying to get the last build package and it is at that point it fails.
I am using the Team City NuGet Server to do this.
I have noticed it always calls the authenticated service, even if I set the package in Deployment Manager to the public one.
Any clues as to where I am going wrong?
I have set up a Red Gate build job and it all works fine until I try and use the option to create upgrade scripts. The build then fails every time:
sqlCI error occurred: System.Net.WebException: The remote server returned an error: (401) Unauthorized.
The build log shows it is trying to get the last build package and it is at that point it fails.
I am using the Team City NuGet Server to do this.
I have noticed it always calls the authenticated service, even if I set the package in Deployment Manager to the public one.
Any clues as to where I am going wrong?
Comments