1 Star 0 Fork 0

qiulei / CefSharp

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 755 Bytes
一键复制 编辑 原始数据 按行查看 历史
amaitland 提交于 2020-07-02 09:51 . appveyor - Update myget api key
image: Visual Studio 2015
version: 83.4.2-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: Zf7UgKf482O82zGWbbPjL+tIK9Y6R1pEHpLgoSZCfuzl4SLfjchqL1MHdlBlb4IY
skip_symbols: false
symbol_server: https://www.myget.org/F/cefsharp/api/v2/package
artifact: nupkgfiles
1
https://gitee.com/qiulei125/CefSharp.git
git@gitee.com:qiulei125/CefSharp.git
qiulei125
CefSharp
CefSharp
master

搜索帮助