specifying project for maui builds

This commit is contained in:
Andy Pack 2023-01-27 23:30:55 +00:00
parent 739c33c7d4
commit 76f19458d0
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7

View File

@ -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: