Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
Clone or Download
appveyor.yml 676 Bytes
Copy Edit Raw Blame History
os: Visual Studio 2015
version: 2.0.0-ci000{build}
configuration: Release
cache: C:\Users\appveyor\.nuget\packages
nuget:
disable_publish_on_pr: true
pull_requests:
do_not_increment_build_number: true
install:
- set PATH=C:\Program Files (x86)\MSBuild\14.0\Bin;%PATH%
build_script:
- ps: .\build.ps1 -verbosity=minimal
artifacts:
- path: build\nuget\*.nupkg
name: NuGet
deploy:
- provider: NuGet
server: https://www.myget.org/F/nancyfx/api/v2/package
api_key:
secure: +D460p+eBTZg/1k7YpDwGp8G74VhOhjxp62EypsjVyul8DT/6B8o3taDbQCZCJ6+
skip_symbols: true
on:
branch: master
build:
verbosity: detailed
test: off
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化