File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,6 @@ export DOTNET_CLI_TELEMETRY_OPTOUT=1
2525export DOTNET_SYSTEM_NET_HTTP_USESOCKETSHTTPHANDLER=0
2626export DOTNET_ROLL_FORWARD_ON_NO_CANDIDATE_FX=2
2727
28- DOTNET_INSTALLED_VERSION=$( dotnet --version 2>&1 )
2928
3029echo " DOTNET_DefaultStackSize: $DOTNET_DefaultStackSize "
3130
Original file line number Diff line number Diff line change 2525 - script : bash scripts/install_protobuf.sh
2626 - script : bash scripts/download_binary.sh
2727 - script : |
28- export DOTNET_DefaultStackSize=1572864
28+ ulimit -s 8192
2929 bash build.sh --target=Test-with-Codecov-N --parts=${{ parameters.parts }} --number=${{ parameters.n }} --codecoverage=${{ parameters.codecoverage }}
3030 displayName: 'Build and Test'
3131 - task : PublishTestResults@2
You can’t perform that action at this time.
0 commit comments