Browse Source

trying to fix AppVeyor with an extra build

af/merge-core
Anton Firszov 8 years ago
parent
commit
26eebe9712
  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