We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d56e9 commit 4087f78Copy full SHA for 4087f78
templates/build-template-macos.yml
@@ -26,7 +26,6 @@ jobs:
26
- script: bash scripts/download_binary.sh
27
- script: |
28
export DOTNET_DefaultStackSize=1572864
29
- ulimit -s 65532
30
bash build.sh --target=Test-with-Codecov-N --parts=${{ parameters.parts }} --number=${{ parameters.n }} --codecoverage=${{ parameters.codecoverage }}
31
displayName: 'Build and Test'
32
- task: PublishTestResults@2
0 commit comments