1 Star 0 Fork 0

geek/CAP

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
杨晓东 提交于 2023-01-09 22:22 . Update nuget apikey
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=none
services:
- mysql
before_build:
- ps: dotnet tool install --global FlubuCore.GlobalTool --version 6.3.2
build_script:
- ps: flubu
test: off
artifacts:
- path: artifacts/**
deploy:
provider: NuGet
on:
appveyor_repo_tag: true
api_key:
secure: sqSgfuOl/CQhAn9TL+PzKRkxAZ9Eoql1ghXU4K0LBOXUdtjAMHgXz4itALPYtwn6
skip_symbols: false
artifact: /artifacts\/.+\.s?nupkg/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/hangfire/CAP.git
git@gitee.com:hangfire/CAP.git
hangfire
CAP
CAP
master

搜索帮助