Skip to content

Commit 88b9c87

Browse files
committed
change clean step name
1 parent a19fd2f commit 88b9c87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/Build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Test solution
6060
run: dotnet test --no-build -c ${{ env.DOTNET_BUILD_CONFIGURATION }} --verbosity normal
6161

62-
- name: Cleanup solution
62+
- name: Clean solution
6363
run: dotnet clean
6464

6565
- name: Analyze solution

0 commit comments

Comments
 (0)