Skip to content

Commit 0367624

Browse files
committed
Reorder Cake build step in main.yml for improved clarity
1 parent e54d309 commit 0367624

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
dotnet-version: "8.0.x"
3131

32-
- name: Run Cake build
33-
run: dotnet cake --target=Default
34-
3532
- name: Install Cake.Tool
3633
run: dotnet tool install --global Cake.Tool
34+
35+
- name: Run Cake build
36+
run: dotnet cake --target=Default

0 commit comments

Comments
 (0)