1 Star 0 Fork 0

crashsol/oxyplot

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
appveyor.yml 1.10 KB
一键复制 编辑 原始数据 按行查看 历史
Oystein Bjorke 提交于 2019-10-18 04:43 +08:00 . Rename CI solution file
image: Visual Studio 2019
skip_branch_with_pr: true
pull_requests:
do_not_increment_build_number: true
platform: Any CPU
configuration: Release
install:
- cinst gitversion.portable --version=3.6.4 -y
- cinst gitlink --version=2.3.0 -y
before_build:
- appveyor DownloadFile https://dist.nuget.org/win-x86-commandline/latest/nuget.exe
- NuGet restore Source/OxyPlot.CI.sln
- gitversion /l console /output buildserver
build_script:
- msbuild Source/OxyPlot.CI.sln "/p:Platform=Any CPU" "/p:Configuration=Release" "/p:Version=%GitVersion_NuGetVersion%" /verbosity:minimal /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
after_build:
- gitlink c:\projects\oxyplot -u https://github.com/oxyplot/oxyplot -f Source/OxyPlot.CI.sln
artifacts:
- path: '**/bin/Release/**/*.nupkg'
name: packages
deploy:
provider: NuGet
server: https://www.myget.org/F/oxyplot/api/v2/package
api_key:
secure: 2GnqgfpkOUH6Umfn1WWlun0b021+QeInBXkgQOQfa4/wDOYHLT757rrjTsb0lmon
skip_symbols: false
symbol_server: # remove to push symbols to SymbolSource.org
artifact: packages
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/crashsol/oxyplot.git
git@gitee.com:crashsol/oxyplot.git
crashsol
oxyplot
oxyplot
master

搜索帮助