Skip to content

Commit

Permalink
Added dotnet clean stage before build (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
joniscoding authored May 17, 2024
1 parent fb072eb commit 1329897
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_app-umbraco-multisite(staging).yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,9 @@ jobs:
az cache purge
az account clear
- name: Clean with dotnet
run: dotnet clean

- name: Build with dotnet
run: dotnet build --configuration Release

Expand Down

0 comments on commit 1329897

Please sign in to comment.