File tree 6 files changed +3191
-1488
lines changed
6 files changed +3191
-1488
lines changed Original file line number Diff line number Diff line change 1
1
name : Validate 'setup-xamarin'
2
2
on :
3
+ push :
4
+ branches :
5
+ - master
3
6
pull_request :
4
7
schedule :
5
8
- cron : 0 0 * * *
@@ -16,12 +19,12 @@ jobs:
16
19
uses : ./
17
20
with :
18
21
mono-version : 6.6
19
- xamarin-ios-version : 13.8
22
+ xamarin-ios-version : 14.0
20
23
xamarin-mac-version : 6.6
21
24
xamarin-android-version : 10.1
22
25
23
26
- name : Validate versions
24
- run : pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "13.8 " "6.6" "10.1"
27
+ run : pwsh ./__tests__/validate-xamarin-versions.ps1 "6.6" "14.0 " "6.6" "10.1"
25
28
26
29
xamarin-latest-keyword :
27
30
name : xamarin - latest keyword
Original file line number Diff line number Diff line change 1
1
name : Build task
2
- on : [pull_request]
2
+ on :
3
+ push :
4
+ branches :
5
+ - master
6
+ pull_request :
7
+ schedule :
8
+ - cron : 0 0 * * *
3
9
4
10
jobs :
5
11
Build :
Original file line number Diff line number Diff line change 23
23
runs-on: macos-latest
24
24
steps:
25
25
- name: setup-xamarin
26
- uses: maxim-lobanov/setup-xamarin@v1.1
26
+ uses: maxim-lobanov/setup-xamarin@v1
27
27
with:
28
28
mono-version: 6.6 # specify version in '<major>.<minor>' format
29
29
xamarin-ios-version: 13 # specify version in '<major>' format
You can’t perform that action at this time.
0 commit comments