mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-06 23:46:12 +00:00
8 lines
265 B
YAML
8 lines
265 B
YAML
language: csharp
|
|
mono: none
|
|
solution: CryptoExchange.Net.sln
|
|
dotnet: 2.0.0
|
|
dist: trusty
|
|
script:
|
|
- dotnet build CryptoExchange.Net/CryptoExchange.Net.csproj --framework "netstandard2.0"
|
|
- dotnet test CryptoExchange.Net.UnitTests/CryptoExchange.Net.UnitTests.csproj |