Skip to content

Commit cf8be75

Browse files
committed
Update ci.yml
1 parent 0e9618f commit cf8be75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ jobs:
278278

279279
- name: Build unit tests
280280
run: |
281-
dotnet build $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM -v quiet
281+
dotnet build $env:UNIT_TESTS_PROJECT_PATH -c $env:CONFIGURATION -a $env:PLATFORM
282282
283283
# Retry the tests if first attempt fails
284284
- name: Run unit tests

0 commit comments

Comments
 (0)