Skip to content

Commit 2ff4b0b

Browse files
author
Michael Ganss
committed
Include version in zip file name
1 parent 8420e6b commit 2ff4b0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ build_script:
1212
- dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator
1313
- dotnet pack --include-symbols --include-source -c Release XmlSchemaClassGenerator.Console
1414
- dotnet pack --include-symbols --include-source -c Release xscgen
15-
- 7z a -mx=9 Binaries.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
15+
- 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
1616
test_script:
1717
- dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj
1818
- nuget.exe install OpenCover -ExcludeVersion
@@ -24,4 +24,4 @@ artifacts:
2424
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
2525
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
2626
- path: 'xscgen\**\*.nupkg'
27-
- path: 'Binaries.zip'
27+
- path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip

0 commit comments

Comments
 (0)