mirror of
https://github.com/adusak/Dependify.git
synced 2026-03-19 07:54:27 +01:00
8 lines
128 B
YAML
8 lines
128 B
YAML
language: csharp
|
|
mono: none
|
|
dotnet: 2.0.0
|
|
|
|
script:
|
|
- dotnet build -c Release src/Dependify
|
|
- dotnet test src/Dependify.Test
|