1 Star 0 Fork 0

超哥/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
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yhc2020/WpfDesigner.git
git@gitee.com:yhc2020/WpfDesigner.git
yhc2020
WpfDesigner
WpfDesigner
master

搜索帮助