1 Star 0 Fork 28

wangzhefeng2000 / PetaPoco

forked from Argo / PetaPoco 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 620 Bytes
一键复制 编辑 原始数据 按行查看 历史
Wade Baglin 提交于 2018-12-09 12:10 . Fix version not applied to assemblies
version: 6.0.{build}
branches:
only:
- master
- development
skip_tags: true
max_jobs: 1
image: Visual Studio 2017
configuration: Release
environment:
NUGET_API_KEY:
secure: YPGdPLnY9FEYDZz3zZFV/+BKreynP4W2/DoURr0XlBjS8eLkkSypvEkI0BQSfRur
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
C#
1
https://gitee.com/wangzhefeng2000/PetaPoco.git
git@gitee.com:wangzhefeng2000/PetaPoco.git
wangzhefeng2000
PetaPoco
PetaPoco
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891