File tree 1 file changed +2
-7
lines changed
1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ skip_commits:
9
9
# install:
10
10
# - choco install dotnet-sdk --version 8.0.100
11
11
12
- stack : postgresql 15
13
-
14
12
environment :
15
13
Appveyor : true
16
14
# Postgres
17
- POSTGRES_PATH : C:\Program Files\PostgreSQL\15
15
+ POSTGRES_PATH : C:\Program Files\PostgreSQL\16
18
16
PGUSER : postgres
19
17
PGPASSWORD : Password12!
20
18
POSTGRES_ENV_POSTGRES_USER : postgres
@@ -32,14 +30,11 @@ environment:
32
30
PostgesConnectionString : Server=localhost;Port=5432;User Id=postgres;Password=Password12!;Database=test
33
31
SqlServerConnectionString : Server=(local)\SQL2019;Database=tempdb;User ID=sa;Password=Password12!
34
32
35
- services :
36
- # - mysql
37
- - postgresql15
38
-
39
33
init :
40
34
- git config --global core.autocrlf input
41
35
- SET PATH=%POSTGRES_PATH%\bin;%MYSQL_PATH%\bin;%PATH%
42
36
- net start MSSQL$SQL2019
37
+ - net start postgresql-x64-16
43
38
- ps : Start-Service MySQL80
44
39
45
40
nuget :
You can’t perform that action at this time.
0 commit comments