We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
--no-build
1 parent 16df4a3 commit d6ef22dCopy full SHA for d6ef22d
.github/workflows/ci-build.yml
@@ -51,7 +51,7 @@ jobs:
51
52
# Run tests
53
- name: Test solution
54
- 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"
55
56
# Publish test results
57
- name: Publish test results
0 commit comments