我正在尝试在 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)
登录名/密码正确,我检查了多次。我尝试了托管代理和私人代理(在我自己的机器上),但我有同样的错误。
你能帮我吗?