1 Star 0 Fork 0

yeefeiot / yeefeiotui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 506 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jan Karger 提交于 2018-02-12 00:43 . Prepare build for GitReleaseManager
# configuration for develop and master branch
-
branches:
only:
- develop
- master
skip_tags: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
test: off
pull_requests:
do_not_increment_build_number: false
build_script:
- ps: cd src
- ps: .\build.ps1 -Target appveyor
- ps: cd..
cache:
- src\packages -> **\packages.config
# - '%USERPROFILE%\.nuget\packages -> **\project.json'
artifacts:
- path: \src\Publish\*.*
C#
1
https://gitee.com/yeefeiot/yeefeiotui.git
git@gitee.com:yeefeiot/yeefeiotui.git
yeefeiot
yeefeiotui
yeefeiotui
master

搜索帮助