File tree 1 file changed +19
-19
lines changed
1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change @@ -12,27 +12,27 @@ branches:
12
12
only :
13
13
- master
14
14
15
- init :
16
- - ps : >-
17
- # Change default database session timezone from UTC to catch potential DateTime/timestamp
18
- # column conversion issues during unit test runs under CI
19
- # See https://github.com/frankhommers/Hangfire.PostgreSql/issues/221#issuecomment-1001277778
20
-
21
- Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "timezone = 'UTC+13'"
22
-
23
- Set-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all ::1/128 trust"
24
-
25
- Add-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all 127.0.0.1/32 trust"
26
-
27
- $env:Path += ";c:\program files\postgresql\9.6\bin"
28
- services : postgresql
15
+ # init:
16
+ # - ps: >-
17
+ # # Change default database session timezone from UTC to catch potential DateTime/timestamp
18
+ # # column conversion issues during unit test runs under CI
19
+ # # See https://github.com/frankhommers/Hangfire.PostgreSql/issues/221#issuecomment-1001277778
20
+ #
21
+ # Add-Content "c:\program files\postgresql\9.6\data\postgresql.conf" "timezone = 'UTC+13'"
22
+ #
23
+ # Set-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all ::1/128 trust"
24
+ #
25
+ # Add-Content "c:\program files\postgresql\9.6\data\pg_hba.conf" "host all all 127.0.0.1/32 trust"
26
+ #
27
+ # $env:Path += ";c:\program files\postgresql\9.6\bin"
28
+ # services: postgresql
29
29
build_script :
30
30
- ps : >-
31
- psql -U postgres -c "CREATE ROLE appveyor LOGIN SUPERUSER CREATEDB CREATEROLE;"
32
-
33
- psql -U postgres -c "SHOW TIME ZONE;"
34
-
35
- createdb hangfire_tests
31
+ # psql -U postgres -c "CREATE ROLE appveyor LOGIN SUPERUSER CREATEDB CREATEROLE;"
32
+ #
33
+ # psql -U postgres -c "SHOW TIME ZONE;"
34
+ #
35
+ # createdb hangfire_tests
36
36
37
37
.\build.ps1 -t Pack -NpgsqlVersion $env:BUILD_NPGSQL_VERSION
38
38
cache :
You can’t perform that action at this time.
0 commit comments