File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
test/NoEntityFrameworkTests Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,11 @@ os: Visual Studio 2017
4
4
environment :
5
5
POSTGRES_PORT : tcp://localhost:5432
6
6
POSTGRES_ENV_POSTGRES_USER : postgres
7
- POSTGRES_ENV_POSTGRES_PASSWORD :
7
+ POSTGRES_ENV_POSTGRES_PASSWORD : Password12!
8
8
POSTGRES_ENV_POSTGRES_DB : JsonApiDotNetCoreExample
9
9
PGUSER : postgres
10
- PGPASSWORD :
10
+ PGPASSWORD : Password12!
11
+ Data:DefaultConnection : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=Password12!"
11
12
12
13
pull_requests :
13
14
do_not_increment_build_number : true
@@ -28,7 +29,7 @@ services:
28
29
- postgresql
29
30
30
31
build_script :
31
- - ps : createdb -U postgres -w JsonApiDotNetCoreExample
32
+ - ps : createdb JsonApiDotNetCoreExample
32
33
- ps : dotnet --version
33
34
- ps : .\Build.ps1
34
35
Original file line number Diff line number Diff line change 1
1
{
2
2
"Data" : {
3
- "DefaultConnection" : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password=postgres "
3
+ "DefaultConnection" : " Host=localhost;Port=5432;Database=JsonApiDotNetCoreExample;User ID=postgres;Password="
4
4
},
5
5
"Logging" : {
6
6
"IncludeScopes" : false ,
You can’t perform that action at this time.
0 commit comments