1 Star 0 Fork 0

米大爷/PetaPoco

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 621 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wade Baglin 提交于 2022-09-26 16:37 . Updates the nuget deploy key
version: 6.0.{build}
branches:
only:
- master
- development
skip_tags: true
max_jobs: 1
image: Visual Studio 2022
configuration: Release
environment:
NUGET_API_KEY:
secure: n3qgTtBApk5rBNeoxxzvZwd3CR0L9dPgovFUFWT0eLiA38HPzlDQAkHAQo2A6vGt
build: off
build_script:
- ps: >-
$packVersion = $env:APPVEYOR_BUILD_VERSION
if ($env:APPVEYOR_REPO_BRANCH -ieq "development") {
$packVersion += "-beta"
}
dotnet pack -c "Release" -p:Version=$packVersion
dotnet nuget push ".\PetaPoco\bin\Release\*.nupkg" -k "$($env:NUGET_API_KEY)" -s "https://www.nuget.org/api/v2/package"
test: off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/midaye/PetaPoco.git
[email protected]:midaye/PetaPoco.git
midaye
PetaPoco
PetaPoco
development

搜索帮助