File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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\*"
1616test_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
You can’t perform that action at this time.
0 commit comments