Skip to content

Commit 88eb231

Browse files
author
Michael Hallett
committed
updated the appveyor yml file to only build master for the main CI bulid
1 parent 7328d2b commit 88eb231

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

appveyor.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
1-
version: 105.0.1.{build}
2-
before_build:
3-
- nuget restore RestSharp.sln
4-
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product Android
5-
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product iOS
6-
build:
7-
project: RestSharp.sln
8-
verbosity: minimal
9-
after_build:
10-
- appveyor UnregisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password%
11-
environment:
12-
xamarin_email:
13-
secure: zM9+mVyEGu7yKbL64GG5h0ulFnmt6/jfq8jynL2yCOw=
14-
xamarin_password:
1+
version: 105.0.1.{build}
2+
before_build:
3+
- nuget restore RestSharp.sln
4+
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product Android
5+
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product iOS
6+
branches:
7+
only:
8+
- masterbuild:
9+
project: RestSharp.sln
10+
verbosity: minimal
11+
after_build:
12+
- appveyor UnregisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password%
13+
environment:
14+
xamarin_email:
15+
secure: zM9+mVyEGu7yKbL64GG5h0ulFnmt6/jfq8jynL2yCOw=
16+
xamarin_password:
1517
secure: sRp5YM8LTyje4swi/8p5tQ==

0 commit comments

Comments
 (0)