Skip to content

Commit

Permalink
Package binaries during AppVeyor build
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jul 2, 2018
1 parent 8add3bc commit b025a57
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -23,3 +24,4 @@ artifacts:
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
- path: 'xscgen\**\*.nupkg'
- path: 'Binaries.zip'

0 comments on commit b025a57

Please sign in to comment.