File tree 4 files changed +7
-8
lines changed
4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 17
17
"rollForward" : false
18
18
},
19
19
"dotnet-reportgenerator-globaltool" : {
20
- "version" : " 5.4.5 " ,
20
+ "version" : " 5.4.7 " ,
21
21
"commands" : [
22
22
" reportgenerator"
23
23
],
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ function VerifySuccessExitCode {
5
5
}
6
6
7
7
Write-Host " $ ( pwsh -- version) "
8
- Write-Host " Active .NET SDK: $ ( dotnet -- version) "
9
- Write-Host " Using version suffix: $versionSuffix "
8
+ Write-Host " .NET SDK $ ( dotnet -- version) "
10
9
11
10
Remove-Item - Recurse - Force artifacts - ErrorAction SilentlyContinue
12
11
Remove-Item - Recurse - Force * - Include coverage.cobertura.xml
Original file line number Diff line number Diff line change 11
11
<BenchmarkDotNetVersion >0.14.*</BenchmarkDotNetVersion >
12
12
<BlushingPenguinVersion >1.0.*</BlushingPenguinVersion >
13
13
<BogusVersion >35.6.*</BogusVersion >
14
- <CodeAnalysisVersion >4.13 .*</CodeAnalysisVersion >
14
+ <CodeAnalysisVersion >4.14 .*</CodeAnalysisVersion >
15
15
<CoverletVersion >6.0.*</CoverletVersion >
16
16
<DapperVersion >2.1.*</DapperVersion >
17
17
<FluentAssertionsVersion >7.2.*</FluentAssertionsVersion >
20
20
<KiotaVersion >1.*</KiotaVersion >
21
21
<MicrosoftApiClientVersion >9.0.*</MicrosoftApiClientVersion >
22
22
<MicrosoftApiServerVersion >9.0.*</MicrosoftApiServerVersion >
23
- <NSwagApiClientVersion >14.3 .*</NSwagApiClientVersion >
23
+ <NSwagApiClientVersion >14.4 .*</NSwagApiClientVersion >
24
24
<NewtonsoftJsonVersion >13.0.*</NewtonsoftJsonVersion >
25
- <ScalarAspNetCoreVersion >2.1 .*</ScalarAspNetCoreVersion >
25
+ <ScalarAspNetCoreVersion >2.3 .*</ScalarAspNetCoreVersion >
26
26
<SwashbuckleVersion >8.*-*</SwashbuckleVersion >
27
27
<SystemTextJsonVersion >9.0.*</SystemTextJsonVersion >
28
- <TestSdkVersion >17.13 .*</TestSdkVersion >
28
+ <TestSdkVersion >17.14 .*</TestSdkVersion >
29
29
<XunitVersion >2.9.*</XunitVersion >
30
30
<XunitVisualStudioVersion >2.8.*</XunitVisualStudioVersion >
31
31
</PropertyGroup >
Original file line number Diff line number Diff line change 11
11
docker container stop jsonapi- postgresql- db
12
12
docker container stop jsonapi- postgresql- management
13
13
14
- docker run -- pull always -- rm -- detach -- name jsonapi- postgresql- db - e POSTGRES_USER= postgres - e POSTGRES_PASSWORD= postgres - p 5432 :5432 postgres:latest
14
+ docker run -- pull always -- rm -- detach -- name jsonapi- postgresql- db - e POSTGRES_USER= postgres - e POSTGRES_PASSWORD= postgres - p 5432 :5432 postgres:latest - N 500
15
15
16
16
if ($UI ) {
17
17
docker run -- pull always -- rm -- detach -- name jsonapi- postgresql- management -- link jsonapi- postgresql- db:db - e PGADMIN_DEFAULT_EMAIL= admin@admin.com - e PGADMIN_DEFAULT_PASSWORD= postgres - p 5050 :80 dpage/ pgadmin4:latest
You can’t perform that action at this time.
0 commit comments