Skip to content

Bump Xamarin.Forms from 5.0.0.2612 to 5.0.0.2622 #280

Bump Xamarin.Forms from 5.0.0.2612 to 5.0.0.2622

Bump Xamarin.Forms from 5.0.0.2612 to 5.0.0.2622 #280

Workflow file for this run

name: Mobile
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
BuildNetStandardProject:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Build .NET Standard Projcet
run: |
msbuild ./AccelerometerApp/AccelerometerApp.csproj -t:restore,build -p:RestorePackagesConfig=true /verbosity:normal /p:Configuration=Release