test: 更新 appveyor 测试配置文件

This commit is contained in:
Argo Zhang 2019-09-29 23:04:08 +08:00
parent c464ffe754
commit fdb2302f3b
No known key found for this signature in database
GPG Key ID: 152E398953DDF19F
1 changed files with 2 additions and 2 deletions

View File

@ -4,14 +4,14 @@
"Enabled": true,
"ProviderName": "SqlServer",
"ConnectionStrings": {
"ba": "Data Source=(local)\\SQL2014;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
"ba": "Data Source=(local)\\SQL2017;Initial Catalog=BootstrapAdmin;User ID=sa;Password=Password12!"
}
},
{
"Enabled": true,
"ProviderName": "Sqlite",
"ConnectionStrings": {
"ba": "Data Source=UnitTest.db;"
"ba": "Data Source=BootstrapAdmin.db;"
}
},
{