File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ skip_commits:
99# install:
1010# - choco install dotnet-sdk --version 8.0.100
1111
12- stack : postgresql 15
13-
1412environment :
1513 Appveyor : true
1614 # Postgres
17- POSTGRES_PATH : C:\Program Files\PostgreSQL\15
15+ POSTGRES_PATH : C:\Program Files\PostgreSQL\16
1816 PGUSER : postgres
1917 PGPASSWORD : Password12!
2018 POSTGRES_ENV_POSTGRES_USER : postgres
@@ -32,14 +30,11 @@ environment:
3230 PostgesConnectionString : Server=localhost;Port=5432;User Id=postgres;Password=Password12!;Database=test
3331 SqlServerConnectionString : Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!
3432
35- services :
36- # - mysql
37- - postgresql15
38-
3933init :
4034 - git config --global core.autocrlf input
4135 - SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
4236 - net start MSSQL$SQL2019
37+ - net start postgresql-x64-16
4338 - ps : Start-Service MySQL80
4439
4540nuget :
You can’t perform that action at this time.
0 commit comments