1 Star 0 Fork 0

lex-oc/CAP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 640 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨晓东 提交于 2024-01-25 09:27 . Update appveyor.yml
version: '{build}'
os: Visual Studio 2022
environment:
BUILDING_ON_PLATFORM: win
BuildEnvironment: appveyor
Cap_MySql_ConnectionString: Server=localhost;Database=cap_test;Uid=root;Pwd=Password12!;Allow User Variables=True;SslMode=Required
init:
- ps: Start-Service MySQL80
before_build:
- ps: dotnet tool install --global FlubuCore.Tool --version 8.0.0
build_script:
- ps: flubu
test: off
artifacts:
- path: artifacts/**
deploy:
provider: NuGet
on:
appveyor_repo_tag: true
api_key:
secure: D00xxorbJy+WNXSB0OwnxyNl0t4d7gnPkXIZjnApGrpuHYmqqjzKIqdNEKPWS3HN
skip_symbols: false
artifact: /artifacts\/.+\.s?nupkg/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/ocisly/CAP.git
git@gitee.com:ocisly/CAP.git
ocisly
CAP
CAP
master

搜索帮助