2 Star 0 Fork 1

Kevin Wang/RestSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 613 Bytes
一键复制 编辑 原始数据 按行查看 历史
Michael Hallett 提交于 2015-08-19 00:26 . updated appveyor.yml
version: 105.0.1.{build}
before_build:
- nuget restore RestSharp.sln
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product Android
- appveyor RegisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password% -Product iOS
branches:
only:
- master
skip_tags: true
build:
project: RestSharp.sln
verbosity: minimal
after_build:
- appveyor UnregisterXamarinLicense -Email %xamarin_email% -Password %xamarin_password%
environment:
xamarin_email:
secure: zM9+mVyEGu7yKbL64GG5h0ulFnmt6/jfq8jynL2yCOw=
xamarin_password:
secure: sRp5YM8LTyje4swi/8p5tQ==
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/2467567137/restsharp.git
git@gitee.com:2467567137/restsharp.git
2467567137
restsharp
RestSharp
master

搜索帮助