Skip to content

Commit 7a2a21c

Browse files
author
Michael Hallett
committed
added appveyor.yml file for the CI build to be able to use the xamarin license
1 parent bb9ced9 commit 7a2a21c

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

RestSharp.sln

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{1B3F12
1818
EndProject
1919
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Meta", "Meta", "{C5B02FAA-6A0A-4BF9-BBD4-82FD2DCBF669}"
2020
ProjectSection(SolutionItems) = preProject
21+
appveyor.yml = appveyor.yml
2122
CONTRIBUTING.markdown = CONTRIBUTING.markdown
2223
README.markdown = README.markdown
2324
readme.txt = readme.txt

appveyor.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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:
15+
secure: sRp5YM8LTyje4swi/8p5tQ==

0 commit comments

Comments
 (0)