From c4eb079921473ebf4b5c966806ec6b5579d3ec86 Mon Sep 17 00:00:00 2001 From: MaxymGorn Date: Thu, 16 Jan 2025 00:16:16 +0200 Subject: [PATCH] fix cd --- .github/workflows/cd.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 954fbd36..d5c8a3db 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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