Skip to content

Commit 080ca0e

Browse files
committed
add step to clean up previous builds in GitHub Actions workflow
1 parent 55caf56 commit 080ca0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ jobs:
2323
with:
2424
dotnet-version: '9.0.x' # Adjust the version as needed
2525

26+
- name: Clean up previous builds
27+
run: dotnet clean src/AzUrlShortener.sln
28+
2629
- name: Install .NET Aspire workload
2730
run: dotnet workload update && dotnet workload install aspire
2831

0 commit comments

Comments
 (0)