0
我試圖在VSTS上爲我的數據庫製作CI/CD管道,並使用Redgate ReadyRoll將它部署在Azure SQL Server上。但是我被困在構建過程中。 下面是我使用任務:VSTS Build + Azure數據庫+ Redgate ReadyRoll
- 設置一個暗影DB
- 生成解決方案
- 複製發佈神器
下面是使用的變量:
但在第二個任務(生成解決方案),我要連接到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)
登錄名/密碼是否正確,我多次查看。 我嘗試了託管代理以及私人代理(在我自己的機器上),但我有同樣的錯誤。
你能幫我嗎?
聽起來有點特定於供應商。你有沒有試過聯繫Redgate? – wBob
是的,但仍然沒有從Redgate的答案。 – Thibault
我會看看我能做些什麼來爲你找到答案。 –