mirror of
https://github.com/adusak/Dependify.git
synced 2026-01-11 20:00:31 +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
|