1 Star 0 Fork 0

寒月笑天/ByValue

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 637 Bytes
一键复制 编辑 原始数据 按行查看 历史
smg 提交于 2020-03-17 09:06 . chore: Update expired nuget api key
version: '{build}'
pull_requests:
do_not_increment_build_number: true
image: Visual Studio 2019
environment:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
nuget:
disable_publish_on_pr: true
skip_commits:
files:
- '**/*.md'
# only run against the virtual PR merge
skip_branch_with_pr: true
build_script:
- pwsh: .\build.ps1 -Target AppVeyor
test: off
artifacts:
- path: .\artifacts\**\*.nupkg
name: NuGet
deploy:
- provider: NuGet
name: production
api_key:
secure: 8FCYvYROIGV8VdChP/DOjoBOSLcBMGayw0jE/k6e3Cv9rsSyFsq92Yxk8HzmlkiZ
on:
branch: master
appveyor_repo_tag: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/inlazy/ByValue.git
git@gitee.com:inlazy/ByValue.git
inlazy
ByValue
ByValue
master

搜索帮助