Skip to content

Commit 11be966

Browse files
committed
fix(ci)
1 parent 433c659 commit 11be966

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ environment:
77
POSTGRES_ENV_POSTGRES_PASSWORD:
88
POSTGRES_ENV_POSTGRES_DB: JsonApiDotNetCoreExample
99
PGUSER: postgres
10-
PGPASSWORD:
10+
PGPASSWORD:
1111

1212
pull_requests:
1313
do_not_increment_build_number: true
@@ -28,7 +28,7 @@ services:
2828
- postgresql
2929

3030
build_script:
31-
- ps: createdb -U postgres JsonApiDotNetCoreExample -w
31+
- ps: createdb -U postgres -w JsonApiDotNetCoreExample
3232
- ps: dotnet --version
3333
- ps: .\Build.ps1
3434

0 commit comments

Comments
 (0)