1 Star 0 Fork 0

imlxp/CAP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
Marko Zorec 提交于 2020-01-09 21:33 +08:00 . update build script (#480)
version: '{build}'
os: Visual Studio 2019
environment:
BUILDING_ON_PLATFORM: win
BuildEnvironment: appveyor
Cap_MySql_ConnectionString: Server=localhost;Database=cap_test;Uid=root;Pwd=Password12!;Allow User Variables=True;SslMode=none
services:
- mysql
before_build:
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 4.3.7
build_script:
- ps: flubu
test: off
artifacts:
- path: artifacts/*.nupkg
deploy:
provider: NuGet
on:
appveyor_repo_tag: true
api_key:
secure: PZXRBOGLyhYLP7ulHfrh6MnkqB8CstuitgbLcJr3cZkLJLLzPH0ahvuTtmhWxtR2
skip_symbols: true
artifact: /artifacts\/.+\.nupkg/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/imlxp/CAP.git
git@gitee.com:imlxp/CAP.git
imlxp
CAP
CAP
master

搜索帮助