Browse Source

oops ... here comes the appveyor.yml update

af/merge-core
Anton Firszov 8 years ago
parent
commit
0418d0220d
  1. 3
      appveyor.yml

3
appveyor.yml

@ -13,6 +13,9 @@ build_script:
test_script:
- tests\CodeCoverage\CodeCoverage.cmd
- cmd: cd .\tests\ImageSharp.Tests
- .\RunExtendedTests.cmd
after_test:
- cmd: appveyor PushArtifact "artifacts\SixLabors.ImageSharp.%APPVEYOR_BUILD_VERSION%.nupkg"

Loading…
Cancel
Save