Update README.md #29
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: .NET | |
on: | |
push: | |
branches: [ master ] | |
pull_request: | |
branches: [ master ] | |
jobs: | |
build: | |
name: Setup Xamarin and Mono versions | |
runs-on: macos-latest | |
steps: | |
- name: setup-xamarin | |
uses: maxim-lobanov/setup-xamarin@v1 | |
with: | |
mono-version: '6.12' # specify version in '<major>.<minor>' format | |
xamarin-android-version: '12.0.0.3' # specify full version; it is not recomended option because your pipeline can be broken suddenly in future |