test: 更新 appveyor 测试配置文件
This commit is contained in:
parent
c464ffe754
commit
fdb2302f3b
|
@ -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;"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue