我试图在VSTS上为我的数据库创建一个CI/CD管道,并使用Redgate ReadyRoll在上部署它。但我被困在了构建过程中。下面是我使用的任务:


以下是使用的变量:

但是在第二个任务(构建解决方案)中,我有一个问题要连接到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)登录/密码正确,我检查了多次。我尝试了托管代理和私有代理(在我自己的机器上),但是我也有相同的错误。
你能帮我吗?
发布于 2017-07-19 04:50:47
你可以检查这些东西:
https://stackoverflow.com/questions/45141288
复制相似问题