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 0e9618f commit cf8be75Copy full SHA for cf8be75
.github/workflows/ci.yml
@@ -278,7 +278,7 @@ jobs:
278
279
- name: Build unit tests
280
run: |
281
- dotnet build $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM -v quiet
+ dotnet build $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM
282
283
# Retry the tests if first attempt fails
284
- name: Run unit tests
0 commit comments