1 Star 0 Fork 4

codingstudio/GodSharp.Data.Dapper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Hsu 提交于 2018-08-16 12:51 +08:00 . fixed appveyor.xml file
version: 1.0.0.{build}
branches:
only:
- master
- release
- dev
skip_branch_with_pr: true
image: Visual Studio 2017
configuration: Release
platform: Any CPU
clone_folder: c:\projects\GodSharp.Data.Dapper
install:
- cmd: nuget restore
nuget:
account_feed: true
project_feed: true
build:
project: GodSharp.Data.Dapper.sln
publish_nuget: false
include_nuget_references: true
verbosity: minimal
artifacts:
- path: '**\*.nupkg'
name: nuget
test: off
deploy:
- provider: NuGet
server: https://www.nuget.org/api/v2/package
api_key:
secure: s388/c8yQWnGyZ9v9cUDfBe4ud6MFl/ouUEEBruiN5j5+LjSQ4giGKMKuLuvglS1
artifact: /.*\.nupkg/
on:
branch: /(release)|(dev)/
- provider: NuGet
server: https://www.myget.org/F/godsharp/api/v2/package
api_key:
secure: CKm5m2qGYNYnh5yDUE2zKfN+JKBmO5xmtG80AP0yni9yPBqDOaRQ48Y/4k8KGo2y
artifact: /.*\.nupkg/
on:
branch: /(release)|(dev)/
- provider: GitHub
auth_token:
secure: uCHTzET52dtiexqTKhgQmup+EBGZs1Afw6eBMfvN4PbQ720YaybNd890Y96ISZ0T
artifact: /.*\.nupkg/
draft: true
force_update: true
on:
branch: /(release)|(dev)/
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C#
1
https://gitee.com/codingstudio/GodSharp.Data.Dapper.git
git@gitee.com:codingstudio/GodSharp.Data.Dapper.git
codingstudio
GodSharp.Data.Dapper
GodSharp.Data.Dapper
master

搜索帮助