我是VST的新手,我正在尝试获得使用Publish配置文件发布SQL Server项目的MSBuild任务。
如果我使用本地代理,则构建任务有效
我应该在数据库服务器的防火墙规则中添加一些东西吗?
我正在使用Integrated Security=False
,服务器是Microsoft SQL Server Developer(64位)VER。13.0.4001.0。
msbuild参数: /t:Publish /p:SqlPublishProfilePath=Archive.publish.xml
错误:d: a 1 s testsolutions application Application Archive bin debug debug Archive.publish.sql(0,0):错误declion72002:无法连接到目标服务器'{theserver}'。请验证目标服务器的连接信息,例如服务器名称,登录凭据和防火墙规则。
托管代理无法访问您的网络。它无法部署到无法通过Internet访问的服务器。