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 05a028c commit 4f29691Copy full SHA for 4f29691
.github/workflows/ci.yml
@@ -30,4 +30,4 @@ jobs:
30
run: dotnet tool restore
31
32
- name: Execute unit tests
33
- run: dotnet-cake --target "Test"
+ run: dotnet cake --target "Test"
0 commit comments