1 Star 0 Fork 0

hyfree/CefSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 756 Bytes
一键复制 编辑 原始数据 按行查看 历史
image: Visual Studio 2015
version: 80.0.40-CI{build}
clone_depth: 10
#Skip builing if we only modify text files
skip_commits:
files:
- '**/*.md'
- '**/*.html'
- '**/*.js'
# to run your custom scripts instead of automatic MSBuild
build_script:
- ps: .\build.ps1
# Test our Release x64 build
test:
assemblies:
- CefSharp.Test\bin\x64\Release\CefSharp.Test.dll
artifacts:
- path: NuGet\**\*.nupkg
name: nupkgfiles
# Publish to myget.org feed
deploy:
provider: NuGet
server: https://www.myget.org/F/cefsharp/api/v2/package
api_key:
secure: LjbeBPa+tvVlSWI556Y3gZHVUHee4vM7gBjFJjWXkXXPzFgTVPLn7TYnzWQC2zh7
skip_symbols: false
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hyfree/CefSharp.git
git@gitee.com:hyfree/CefSharp.git
hyfree
CefSharp
CefSharp
master

搜索帮助