From c5cb4aa8053f7cc820fdab6797338cb42ee92a1f Mon Sep 17 00:00:00 2001 From: Stefan Bodewig Date: Sun, 15 Nov 2015 20:47:30 +0100 Subject: [PATCH] unfortunately I can't get the zip task to work --- .nuget/packages.config | 1 + appveyor.yml | 1 + xmlunit-dist.proj | 73 ++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 75 insertions(+) create mode 100644 xmlunit-dist.proj diff --git a/.nuget/packages.config b/.nuget/packages.config index b133ef9..1782ce2 100644 --- a/.nuget/packages.config +++ b/.nuget/packages.config @@ -1,4 +1,5 @@ + diff --git a/appveyor.yml b/appveyor.yml index 7d71c42..005a0f5 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -31,5 +31,6 @@ nuget: disable_publish_on_pr: true build: + project: XMLUnit.NET.sln publish_nuget: true publish_nuget_symbols: true diff --git a/xmlunit-dist.proj b/xmlunit-dist.proj new file mode 100644 index 0000000..cc08f63 --- /dev/null +++ b/xmlunit-dist.proj @@ -0,0 +1,73 @@ + + + + + + + .\ + Release + true + $(SolutionDir)\packages\MSBuildTasks.1.4.0.128\tools\MSBuild.Community.Tasks.dll + + + $(SolutionDir)\build\src-dist\xmlunit-$(Version) + $(SolutionDir)\build\bin-dist\xmlunit-$(Version) + + + + + + + + + + + + + + + + + + + + + + + + + + + + +