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.
2 parents a2c8773 + 511e302 commit 1768df1Copy full SHA for 1768df1
.github/workflows/ci-build.yml
@@ -52,7 +52,7 @@ jobs:
52
53
# Run tests
54
- name: Test solution
55
- run: dotnet test --no--build -c ${{matrix.configuration}} -l "trx;LogFileName=VSTestResults.trx"
+ run: dotnet test --no-build -c ${{matrix.configuration}} -l "trx;LogFileName=VSTestResults.trx"
56
57
# Publish test results
58
- name: Publish test results
0 commit comments