1 Star 0 Fork 0

Rocher / Bara

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
appveyor.yml 811 Bytes
一键复制 编辑 原始数据 按行查看 历史
Rocher 提交于 2017-09-24 12:42 . Updata appveyor.yml
version: 0.0.{build}
image: Visual Studio 2017
configuration: Release
platform: Any CPU
before_build:
- cmd: >-
cd Dev
appveyor-retry dotnet restore -v Minimal
build:
publish_nuget: true
include_nuget_references: true
parallel: true
verbosity: normal
before_package:
- cmd: >-
dotnet build Bara -c %CONFIGURATION%
dotnet build Bara.DataAccess -c %CONFIGURATION%
after_build:
- cmd: >-
dotnet pack Bara -c %CONFIGURATION%
dotnet pack Bara.DataAccess -c %CONFIGURATION%
test: off
artifacts:
- path: 'Bara\bin\Release\Bara.*.nupkg'
name: Nuget
- path: 'Bara.DataAccess\bin\Release\Bara.*.nupkg'
name: NugetDataAccess
deploy:
- provider: NuGet
api_key:
secure: 6rz3S9gGcjrpLeXVMcsvxPfqMV6ME2qyY0op6lh7Bn/4O9VN3TItSDv9aEvpNMrB
skip_symbols: true
artifact: /.*\.nupkg/
C#
1
https://gitee.com/rocherkong/Bara.git
git@gitee.com:rocherkong/Bara.git
rocherkong
Bara
Bara
master

搜索帮助

53164aa7 5694891 3bd8fe86 5694891