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

Bump Microsoft.Azure.Functions.Worker.Sdk from 1.14.1 to 1.15.0 in /Src #375

Bump Microsoft.Azure.Functions.Worker.Sdk from 1.14.1 to 1.15.0 in /Src

Bump Microsoft.Azure.Functions.Worker.Sdk from 1.14.1 to 1.15.0 in /Src #375

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