Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Bump express from 4.18.2 to 4.19.2 in /bookstore-angular #197

Bump express from 4.18.2 to 4.19.2 in /bookstore-angular

Bump express from 4.18.2 to 4.19.2 in /bookstore-angular #197

Workflow file for this run

name: Xamarin Forms
on: [push, pull_request]
jobs:
Android:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Android
run: |
nuget restore
cd BookStore
cd BookStore.Android
msbuild BookStore.Android.csproj /verbosity:normal /t:Rebuild /p:Configuration=Debug
iOS:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: iOS
run: |
nuget restore
cd BookStore
cd BookStore.iOS
msbuild BookStore.iOS.csproj /verbosity:normal /t:Rebuild /p:Platform=iPhoneSimulator /p:Configuration=Debug