diff --git a/appveyor.yml b/appveyor.yml index da7228f4..9b376a15 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,6 +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\*" test_script: - dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj - nuget.exe install OpenCover -ExcludeVersion @@ -23,3 +24,4 @@ artifacts: - path: 'XmlSchemaClassGenerator\**\*.nupkg' - path: 'XmlSchemaClassGenerator.Console\**\*.nupkg' - path: 'xscgen\**\*.nupkg' + - path: 'Binaries.zip'