1 Star 0 Fork 0

unlonlyness / dotnetclub

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.appveyor.yml 397 Bytes
一键复制 编辑 原始数据 按行查看 历史
init:
- git config --global core.autocrlf true
install:
- ps: Install-Product node 8.12.0
- npm install yarn -g
- yarn
branches:
only:
- master
- dev
clone_depth: 1
build_script:
- node --version
- npm --version
- ps: .\build.ps1 -Target "ci"
test: off
deploy: off
os: Visual Studio 2017
cache:
- node_modules -> yarn.lock
- '%USERPROFILE%\.nuget\packages'
CSS
1
https://gitee.com/unlonlyness/dotnetclub.git
git@gitee.com:unlonlyness/dotnetclub.git
unlonlyness
dotnetclub
dotnetclub
master

搜索帮助