8 Star 18 Fork 7

Hsu / FontAwesome

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 925 Bytes
一键复制 编辑 原始数据 按行查看 历史
seay 提交于 2017-01-24 21:46 . updated v1.1.0
version: 1.1.{build}
pull_requests:
do_not_increment_build_number: true
skip_branch_with_pr: true
image: Visual Studio 2013
configuration: Release
platform: Any CPU
clone_folder: c:\project\FontAwesome
nuget:
account_feed: true
project_feed: true
disable_publish_on_pr: true
build:
project: src\FontAwesome\FontAwesomeNet.csproj
verbosity: minimal
after_build:
- cmd: .\pack.bat
test: off
artifacts:
- path: '**\*.nupkg'
name: NeGet
deploy:
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
secure: s388/c8yQWnGyZ9v9cUDfBe4ud6MFl/ouUEEBruiN5j5+LjSQ4giGKMKuLuvglS1
skip_symbols: true
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
server: https://www.myget.org/F/seay/api/v2/package
api_key:
secure: CKm5m2qGYNYnh5yDUE2zKfN+JKBmO5xmtG80AP0yni9yPBqDOaRQ48Y/4k8KGo2y
skip_symbols: true
artifact: /.*\.nupkg/
on:
APPVEYOR_REPO_TAG: true
C#
1
https://gitee.com/seayxu/FontAwesome.git
git@gitee.com:seayxu/FontAwesome.git
seayxu
FontAwesome
FontAwesome
master

搜索帮助