Skip to content

Commit 27e3ba5

Browse files
committed
Build: Update Postgres script
1 parent 9f4f783 commit 27e3ba5

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

appveyor.yml

+2-7
Original file line numberDiff line numberDiff 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-
1412
environment:
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-
3933
init:
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

4540
nuget:

0 commit comments

Comments
 (0)