test: 更新 appveyor 测试配置文件
This commit is contained in:
parent
c464ffe754
commit
fdb2302f3b
|
@ -4,14 +4,14 @@
|
||||||
"Enabled": true,
|
"Enabled": true,
|
||||||
"ProviderName": "SqlServer",
|
"ProviderName": "SqlServer",
|
||||||
"ConnectionStrings": {
|
"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,
|
"Enabled": true,
|
||||||
"ProviderName": "Sqlite",
|
"ProviderName": "Sqlite",
|
||||||
"ConnectionStrings": {
|
"ConnectionStrings": {
|
||||||
"ba": "Data Source=UnitTest.db;"
|
"ba": "Data Source=BootstrapAdmin.db;"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue