Skip to content

Commit

Permalink
Fix bug in appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jul 2, 2018
1 parent b025a57 commit 8420e6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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\Debug\net45\publish\*"
- 7z a -mx=9 Binaries.zip ".\XmlSchemaClassGenerator.Console\bin\Release\net45\publish\*"
test_script:
- dotnet test XmlSchemaClassGenerator.Tests\XmlSchemaClassGenerator.Tests.csproj
- nuget.exe install OpenCover -ExcludeVersion
Expand Down

0 comments on commit 8420e6b

Please sign in to comment.