Skip to content

Commit e1879d8

Browse files
author
Michael Hallett
committed
updated appveyor.yml
1 parent 891e61c commit e1879d8

File tree

1 file changed

+18
-16
lines changed

1 file changed

+18
-16
lines changed

appveyor.yml

Lines changed: 18 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,19 @@
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:
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+
- master
9+
skip_tags: true
10+
build:
11+
project: RestSharp.sln
12+
verbosity: minimal
13+
after_build:
14+
- appveyor UnregisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password%
15+
environment:
16+
xamarin_email:
17+
secure: zM9+mVyEGu7yKbL64GG5h0ulFnmt6/jfq8jynL2yCOw=
18+
xamarin_password:
1719
secure: sRp5YM8LTyje4swi/8p5tQ==

0 commit comments

Comments
 (0)