From 526570f246bd947c0a1c6b7e54085260571634fc Mon Sep 17 00:00:00 2001 From: Paul Varache Date: Tue, 16 Jan 2024 09:19:27 +0000 Subject: [PATCH] Update ci-build.yml --- .github/workflows/ci-build.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 029cdc4..a257b34 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -25,8 +25,8 @@ env: DOTNET_CLI_TELEMETRY_OPTOUT: true # Disable sending .NET CLI telemetry jobs: - # MAUI Android Build - build-android: + # Check if it even builds + sanity-check-build: runs-on: macos-13 name: Build steps: @@ -41,5 +41,5 @@ jobs: - name: Install MAUI Workload run: dotnet workload install maui - - name: Restore Dependencies + - name: Build package run: dotnet build src/The49.Maui.BottomSheet.csproj