mirror of https://github.com/SixLabors/ImageSharp
1 changed files with 2 additions and 2 deletions
@ -1,7 +1,7 @@ |
|||||
#!/bin/bash |
#!/bin/bash |
||||
|
|
||||
# Build in release mode |
# Build in release mode |
||||
dotnet build -c Release -f netcoreapp1.1 |
dotnet build -c Release -f netcoreapp2.0 |
||||
|
|
||||
# Run benchmarks |
# Run benchmarks |
||||
dotnet bin/Release/netcoreapp1.1/ImageSharp.Benchmarks.dll |
dotnet bin/Release/netcoreapp2.0/ImageSharp.Benchmarks.dll |
||||
Loading…
Reference in new issue