51 Star 128 Fork 50

朱平齐 / RuiJi.Net

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 496 Bytes
一键复制 编辑 原始数据 按行查看 历史
朱平齐 提交于 2018-07-23 19:03 . appveyor
version: 1.0.{build}
branches:
only:
- develop
image: Visual Studio 2017
platform: Any CPU
init:
- cmd: git config --global core.autocrlf true
build_script:
- cmd: >-
dotnet publish RuiJi.Net.Core/RuiJi.Net.Core.csproj
dotnet publish RuiJi.Net.Node/RuiJi.Net.Node.csproj
dotnet publish RuiJi.Net.NodeVisitor/RuiJi.Net.NodeVisitor.csproj
dotnet publish RuiJi.Net.Owin/RuiJi.Net.Owin.csproj
dotnet publish RuiJi.Net.Storage/RuiJi.Net.Storage.csproj
test: off
deploy: off
C#
1
https://gitee.com/zhupingqi/RuiJi.Net.git
git@gitee.com:zhupingqi/RuiJi.Net.git
zhupingqi
RuiJi.Net
RuiJi.Net
develop

搜索帮助