Skip to content

Commit

Permalink
fixed path bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanie Reynders committed Jan 28, 2019
1 parent df2feee commit 8174044
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 @@ -20,7 +20,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
- dotnet pack --include-symbols --include-source -c Release xscgen-csproj
- dotnet pack --include-symbols --include-source -c Release dotnet-xscgen
- 7z a -mx=9 XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
test_script:
- ps: |
Expand All @@ -40,7 +40,7 @@ artifacts:
- path: 'XmlSchemaClassGenerator\**\*.nupkg'
- path: 'XmlSchemaClassGenerator.Console\**\*.nupkg'
- path: 'xscgen\**\*.nupkg'
- path: 'xscgen-csproj\**\*.nupkg'
- path: 'dotnet-xscgen\**\*.nupkg'
- path: XmlSchemaClassGenerator.%APPVEYOR_BUILD_VERSION%.zip
on_success:
- ps: |
Expand Down

0 comments on commit 8174044

Please sign in to comment.