Skip to content

Commit

Permalink
MAUI YAML: removed clean command.
Browse files Browse the repository at this point in the history
  • Loading branch information
skst committed Feb 20, 2024
1 parent d537353 commit e12a880
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ jobs:
#--ignore-failed-sources

# Work around https://github.com/actions/setup-dotnet/issues/155
- name: Clean solution
run: dotnet clean CalculateX.MAUI.sln --configuration ${{env.BUILD_CONFIGURATION}}
# - name: Clean solution
# run: dotnet clean CalculateX.MAUI.sln --configuration ${{env.BUILD_CONFIGURATION}}
- name: Clean NuGet
run: dotnet nuget locals all --clear

Expand Down

0 comments on commit e12a880

Please sign in to comment.