File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ build_script:
55test : off
66version : 0.0.1.{build}
77image : Visual Studio 2022
8- install :
9- - cmd : choco install dotnetcore-sdk -y
8+ services :
9+ - mssql2022
1010artifacts :
1111 - path : bin
1212 name : bin
Original file line number Diff line number Diff line change @@ -330,11 +330,11 @@ let setupMssql url saPassword =
330330 ( url, saPassword) |> ignore
331331
332332Target.create " SetupMSSQL2008R2" ( fun _ ->
333- setupMssql " (local)\\ SQL2008R2SP2 " " Password12!"
333+ setupMssql " (local)\\ SQL2022 " " Password12!"
334334)
335335
336336Target.create " SetupMSSQL2017" ( fun _ ->
337- setupMssql " (local)\\ SQL2017 " " Password12!"
337+ setupMssql " (local)\\ SQL2022 " " Password12!"
338338)
339339
340340
Original file line number Diff line number Diff line change @@ -12,8 +12,8 @@ let runtimeConnStr = connStr2008R2
1212#else
1313module SqlServerTests
1414
15- let [<Literal>] connStr2008R2 = " Data Source=(local)\S QL2008R2SP2 ;User Id=sa;Password=Password12!; Initial Catalog=sqlprovider;"
16- let [<Literal>] connStr2017 = " Data Source=(local)\S QL2017 ;User Id=sa;Password=Password12!; Initial Catalog=sqlprovider;"
15+ let [<Literal>] connStr2008R2 = " Data Source=(local)\S QL2022 ;User Id=sa;Password=Password12!; Initial Catalog=sqlprovider;"
16+ let [<Literal>] connStr2017 = " Data Source=(local)\S QL2022 ;User Id=sa;Password=Password12!; Initial Catalog=sqlprovider;"
1717
1818#endif
1919
You can’t perform that action at this time.
0 commit comments