We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a19fd2f commit 88b9c87Copy full SHA for 88b9c87
1 file changed
.github/workflows/Build.yaml
@@ -59,7 +59,7 @@ jobs:
59
- name: Test solution
60
run: dotnet test --no-build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} --verbosity normal
61
62
- - name: Cleanup solution
+ - name: Clean solution
63
run: dotnet clean
64
65
- name: Analyze solution
0 commit comments