Skip to content

chore: migrate ZXing library and update target framework #703

chore: migrate ZXing library and update target framework

chore: migrate ZXing library and update target framework #703

Workflow file for this run

name: Build Android Project for PR
on:
pull_request:
paths-ignore:
- '**.md'
jobs:
build-android:
runs-on: macos-26
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- run: dotnet workload install maui
- name: Build Android
run: dotnet build ./10.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj -f net10.0-android
build-windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 2
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 10.0.x
- run: dotnet workload install maui
- name: Restore dependencies
run: dotnet restore ./10.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj
- name: Build Windows
run: dotnet build ./10.0/Apps/PointOfSale/src/PointOfSale/PointOfSale.csproj -f net10.0-windows10.0.19041.0