Browse Source

trying to fix AppVeyor with an extra build

pull/512/head
Anton Firszov 8 years ago
parent
commit
932fa78305
  1. 1
      tests/ImageSharp.Tests/RunExtendedTests.cmd

1
tests/ImageSharp.Tests/RunExtendedTests.cmd

@ -1,3 +1,4 @@
dotnet build -c Release
dotnet xunit -nobuild -c Release -f net462
dotnet xunit -nobuild -c Release -f net462 -x86
dotnet xunit -nobuild -c Release -f net47

Loading…
Cancel
Save