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 91df5c9 commit 3bc7897Copy full SHA for 3bc7897
.github/workflows/reuseable-ci-checks.yml
@@ -301,7 +301,7 @@ jobs:
301
E2ETracingEnabled: ${{ env.E2E_TRACING_ENABLED }}
302
HeadlessTesting: ${{ env.HEADLESS_TESTING }}
303
run: |
304
- dotnet test --no-build --no-restore --verbosity verbose \
+ dotnet test --no-build --no-restore \
305
/p:TELBlazorPackageVersion=$TELBLAZOR_PACKAGE_VERSION \
306
/p:NupkgOutputPath=$TELBLAZOR_PACKAGE_LOCAL_OUTPUT_PATH \
307
/p:UseTELBlazorComponentsProjectReference=$USE_TEL_BLAZOR_COMPONENTS_PROJECT_REFERENCE \
0 commit comments