Expression Blend Nuget was hardcoded to Debug, switched to Release because publishing to NuGet

This commit is contained in:
Christoph Wille 2019-09-28 18:03:29 +02:00
Родитель 97690427a8
Коммит a823d0146f
2 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -6,7 +6,7 @@
image: Visual Studio 2019
configuration: Debug
configuration: Release
assembly_info:
patch: true
@ -25,7 +25,7 @@
- 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
- 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'

Просмотреть файл

@ -16,7 +16,7 @@
<tags>WPF XAML Designer UI Editor SharpDevelop WpfDesigner</tags>
</metadata>
<files>
<file src="..\WpfDesign.Design.ExpressionBlendInteractionAddon\bin\Debug\net45\ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon.dll" target="lib\net45" />
<file src="..\WpfDesign.Design.ExpressionBlendInteractionAddon\bin\Debug\net45\ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon.pdb" target="lib\net45" />
<file src="..\WpfDesign.Design.ExpressionBlendInteractionAddon\bin\Release\net45\ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon.dll" target="lib\net45" />
<file src="..\WpfDesign.Design.ExpressionBlendInteractionAddon\bin\Release\net45\ICSharpCode.WpfDesign.Designer.ExpressionBlendInteractionAddon.pdb" target="lib\net45" />
</files>
</package>