Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
文件
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/cemdervis/SharpConfig
Clone or Download
appveyor.yml 340 Bytes
Copy Edit Raw Blame History
Cem Dervis authored 2022-09-04 22:16 . Change appvevor VS image to 2022
version: 3.2.9.{build}
image:
- Visual Studio 2022
pull_requests:
do_not_increment_build_number: true
branches:
only:
- master
skip_branch_with_pr: true
configuration: Release
before_build:
- cmd: dotnet restore
build:
verbosity: minimal
parallel: true
artifacts:
- path: '**\*.nupkg'
nuget:
disable_publish_on_pr: true
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化