Skip to content

Commit

Permalink
fix cd
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymGorn committed Jan 15, 2025
1 parent eff45d0 commit c4eb079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,9 @@ jobs:
run: dotnet build --no-restore
working-directory: examples\Cropper.Blazor.Server.Net7

- name: DotNet Build Blazor MAUI Demo Project for .net 7
run: dotnet build --no-restore
working-directory: examples\Cropper.Blazor.MAUI.Net7
# - name: DotNet Build Blazor MAUI Demo Project for .net 7
# run: dotnet build --no-restore
# working-directory: examples\Cropper.Blazor.MAUI.Net7

- name: DotNet Build Blazor Server Demo Project for .net 6
run: dotnet build --no-restore
Expand Down

0 comments on commit c4eb079

Please sign in to comment.