specifying project for maui builds
This commit is contained in:
parent
739c33c7d4
commit
76f19458d0
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -39,10 +39,8 @@ jobs:
|
|||||||
uses: actions/setup-dotnet@v3.0.3
|
uses: actions/setup-dotnet@v3.0.3
|
||||||
with:
|
with:
|
||||||
dotnet-version: ${{ matrix.dotnet-version }}
|
dotnet-version: ${{ matrix.dotnet-version }}
|
||||||
- name: Install Dependencies
|
|
||||||
run: dotnet restore Selector.sln
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Debug --no-restore Selector.sln
|
run: dotnet build --configuration Debug Selector.MAUI\Selector.MAUI.csproj
|
||||||
|
|
||||||
build-Docker:
|
build-Docker:
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user