Skip to content

Commit

Permalink
Include version in zip file name
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jul 2, 2018
1 parent 8420e6b commit 2ff4b0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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\Release\net45\publish\*"
- 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
test_script:
- dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj
- nuget.exe install OpenCover -ExcludeVersion
Expand All @@ -24,4 +24,4 @@ artifacts:
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
- path: 'xscgen\**\*.nupkg'
- path: 'Binaries.zip'
- path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip

0 comments on commit 2ff4b0b

Please sign in to comment.