File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -26,29 +26,25 @@ environment:
2626 PGPASSWORD : Password12!
2727 AssentNonInteractive : true
2828 IGNORE_NORMALISATION_GIT_HEAD_MOVE : 1
29+ mssql_instance : localhost\SQL2017
30+ scenario : windows
2931
30- for :
31- - matrix :
32- only :
33- - image : Visual Studio 2019
34- environment :
35- mssql_instance : localhost\SQL2017
36- scenario : windows
37- services :
38- - mssql2017
39- - mysql
40- - postgresql
41- before_build :
42- - ps : .\build\build_prep.ps1
43- build_script :
44- - ps : .\build\build.ps1 -Script .\build.cake
45- after_build :
46- - ps : .\build\copy_build_files.ps1
47-
48- before_test :
49- - SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
50- - psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
51- - ps : .\tests\pester.prep.ps1
32+ services :
33+ - mssql2017
34+ - mysql
35+ - postgresql
36+
37+ before_build :
38+ - ps : .\build\build_prep.ps1
39+ build_script :
40+ - ps : .\build\build.ps1 -Script .\build.cake
41+ after_build :
42+ - ps : .\build\copy_build_files.ps1
43+
44+ before_test :
45+ - SET PATH=C:\Program Files\PostgreSQL\9.6\bin\;%PATH%
46+ - psql -c "CREATE USER sa WITH SUPERUSER PASSWORD 'Password12!';" -U postgres
47+ - ps : .\tests\pester.prep.ps1
5248
5349test_script :
5450 - ps : .\tests\ci.pester.ps1
You can’t perform that action at this time.
0 commit comments