From 76f19458d080cc73bbcf81866efeacdeb25a6a33 Mon Sep 17 00:00:00 2001 From: Andy Pack Date: Fri, 27 Jan 2023 23:30:55 +0000 Subject: [PATCH] specifying project for maui builds --- .github/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 52370ff..297206f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,10 +39,8 @@ jobs: uses: actions/setup-dotnet@v3.0.3 with: dotnet-version: ${{ matrix.dotnet-version }} - - name: Install Dependencies - run: dotnet restore Selector.sln - name: Build - run: dotnet build --configuration Debug --no-restore Selector.sln + run: dotnet build --configuration Debug Selector.MAUI\Selector.MAUI.csproj build-Docker: