1 Star 1 Fork 0

andy/Bing.NetCore

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 501 Bytes
一键复制 编辑 原始数据 按行查看 历史
hanabi1224 提交于 2019-03-24 03:38 . dotnet test
version: 1.0.0.{build}
image:
- Visual Studio 2017
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_branch_with_pr: true
configuration: Release
#before_build:
# - cmd: dotnet restore
build:
verbosity: minimal
parallel: true
build_script:
- cmd: dotnet build -c Release
test_script:
- cmd: dotnet test -c Release
artifacts:
- path: '**\*.nupkg'
nuget:
disable_publish_on_pr: true
#deploy:
# provider: NuGet
# api_key:
# secure: <Your secret>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/iavtdj/Bing.NetCore.git
git@gitee.com:iavtdj/Bing.NetCore.git
iavtdj
Bing.NetCore
Bing.NetCore
master

搜索帮助