You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
8 lines
346 B
8 lines
346 B
language: csharp
|
|
solution: EternalArrowBackup.sln
|
|
mono: none
|
|
dotnet: 1.0.3
|
|
dist: trusty
|
|
script:
|
|
- dotnet test --filter Category!=Integration tests\ContentTransformer\ClearText\EternalArrowBackup.ContentTransformer.ClearText.Tests.csproj
|
|
- dotnet test --filter Category!=Integration tests\Hasher\SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj
|
|
|