我尝试在VSTS上为我的数据库创建CI / CD管道,并使用Redgate ReadyRoll将其部署在Azure SQL Server上。但是我一直坚持构建过程。 以下是我使用的任务:
以下是使用的变量:
但是在第二个任务(构建解决方案)中,我遇到了连接到Azure数据库的问题:
packages\ReadyRoll.MSBuild.1.14.7.4267\tools\ReadyRoll.Data.Schema.SSDT.targets(145,5): Error : An error occurred while attempting to verify your deployment scripts: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
登录/密码正确,我多次检查。 我尝试了托管代理以及私有代理(在我自己的机器上),但我有同样的错误。
你能帮帮我吗?
答案 0 :(得分:1)
您可以查看以下内容: