Skip to content
This repository has been archived by the owner on Oct 26, 2023. It is now read-only.

Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 in /Src (#191) #349

Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 in /Src (#191)

Bump Microsoft.Extensions.Http.Polly from 7.0.9 to 7.0.10 in /Src (#191) #349

Workflow file for this run

name: Xamarin
on:
push:
branches:
- "main"
pull_request:
branches:
- "*"
jobs:
Build_Android:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- name: Install Boots
run : |
dotnet tool install --global boots
boots --stable Mono
boots --preview Xamarin.Android
boots --preview Xamarin.iOS
boots --preview Xamarin.Mac
- name: Install .NET 7.0 and 3.1
uses: actions/setup-dotnet@v3
with:
dotnet-version: |
7.0.x
3.1.x
- name: Build Android App
run: |
msbuild ./Src/UITestSampleApp.Droid/UITestSampleApp.Droid.csproj /verbosity:normal /p:Configuration=Release /t:Restore