File tree Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Expand file tree Collapse file tree 4 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 1717 "rollForward" : false
1818 },
1919 "dotnet-reportgenerator-globaltool" : {
20- "version" : " 5.4.5 " ,
20+ "version" : " 5.4.7 " ,
2121 "commands" : [
2222 " reportgenerator"
2323 ],
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ function VerifySuccessExitCode {
55}
66
77Write-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) "
109
1110Remove-Item - Recurse - Force artifacts - ErrorAction SilentlyContinue
1211Remove-Item - Recurse - Force * - Include coverage.cobertura.xml
Original file line number Diff line number Diff line change 1111 <BenchmarkDotNetVersion >0.14.*</BenchmarkDotNetVersion >
1212 <BlushingPenguinVersion >1.0.*</BlushingPenguinVersion >
1313 <BogusVersion >35.6.*</BogusVersion >
14- <CodeAnalysisVersion >4.13 .*</CodeAnalysisVersion >
14+ <CodeAnalysisVersion >4.14 .*</CodeAnalysisVersion >
1515 <CoverletVersion >6.0.*</CoverletVersion >
1616 <DapperVersion >2.1.*</DapperVersion >
1717 <FluentAssertionsVersion >7.2.*</FluentAssertionsVersion >
2020 <KiotaVersion >1.*</KiotaVersion >
2121 <MicrosoftApiClientVersion >9.0.*</MicrosoftApiClientVersion >
2222 <MicrosoftApiServerVersion >9.0.*</MicrosoftApiServerVersion >
23- <NSwagApiClientVersion >14.3 .*</NSwagApiClientVersion >
23+ <NSwagApiClientVersion >14.4 .*</NSwagApiClientVersion >
2424 <NewtonsoftJsonVersion >13.0.*</NewtonsoftJsonVersion >
25- <ScalarAspNetCoreVersion >2.1 .*</ScalarAspNetCoreVersion >
25+ <ScalarAspNetCoreVersion >2.3 .*</ScalarAspNetCoreVersion >
2626 <SwashbuckleVersion >8.*-*</SwashbuckleVersion >
2727 <SystemTextJsonVersion >9.0.*</SystemTextJsonVersion >
28- <TestSdkVersion >17.13 .*</TestSdkVersion >
28+ <TestSdkVersion >17.14 .*</TestSdkVersion >
2929 <XunitVersion >2.9.*</XunitVersion >
3030 <XunitVisualStudioVersion >2.8.*</XunitVisualStudioVersion >
3131 </PropertyGroup >
Original file line number Diff line number Diff line change 1111docker container stop jsonapi- postgresql- db
1212docker container stop jsonapi- postgresql- management
1313
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
1515
1616if ($UI ) {
1717 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