1 Star 2 Fork 1

一个他们 / WpfDesigner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 708 Bytes
一键复制 编辑 原始数据 按行查看 历史
branches:
only:
- master
version: 8.0.{build}
image: Visual Studio 2019
configuration: Release
assembly_info:
patch: true
file: GlobalAssemblyInfo.*
assembly_version: '{version}'
assembly_file_version: '{version}'
assembly_informational_version: '{version}'
before_build:
- nuget restore
build:
project: WpfDesign.sln
after_build:
- ps: .\nuget\pack.ps1
test_script:
- cmd: nunit3-console WpfDesign.Designer\Tests\bin\Release\net45\ICSharpCode.WpfDesign.Tests.dll --framework:net-4.5 --result=myresults.xml;format=AppVeyor
artifacts:
- path: 'ICSharpCode.WpfDesigner.*.nupkg'
name: NuGet
1
https://gitee.com/luoxiao030911/WpfDesigner.git
git@gitee.com:luoxiao030911/WpfDesigner.git
luoxiao030911
WpfDesigner
WpfDesigner
master

搜索帮助