From 8420e6bffd9b4f3d62a0a4f75ccfb0ea536be6e0 Mon Sep 17 00:00:00 2001 From: Michael Ganss Date: Mon, 2 Jul 2018 12:11:15 +0200 Subject: [PATCH] Fix bug in appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9b376a15..169aacd0 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,7 +12,7 @@ build_script: - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator - dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator.Console - dotnet pack --include-symbols --include-source -c Release xscgen - - 7z a -mx=9 Binaries.zip ".\XmlSchemaClassGenerator.Console\bin\Debug\net45\publish\*" + - 7z a -mx=9 Binaries.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*" test_script: - dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj - nuget.exe install OpenCover -ExcludeVersion