1 Star 1 Fork 2

fanbal/WPFDesigner .NET5

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
appveyor.yml 678 Bytes
一键复制 编辑 原始数据 按行查看 历史
fanbal 提交于 2021-06-13 17:16 . 添加项目文件。
branches:
only:
- master
version: 8.0.{build}
image: Visual Studio 2019 Preview
configuration: Debug
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\Debug\net45\ICSharpCode.WpfDesign.Tests.dll --framework:net-4.5 --result=myresults.xml;format=AppVeyor
artifacts:
- path: 'ICSharpCode.WpfDesigner.*.nupkg'
name: NuGet
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/fanbal/wpfdesigner-.-net5.git
git@gitee.com:fanbal/wpfdesigner-.-net5.git
fanbal
wpfdesigner-.-net5
WPFDesigner .NET5
master

搜索帮助