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.
--no-build
1 parent a2c8773 commit 511e302Copy full SHA for 511e302
.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