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.
9 lines
363 B
9 lines
363 B
version: 1.0.{build}
|
|
image: Visual Studio 2017
|
|
before_build:
|
|
- cmd: nuget restore
|
|
build:
|
|
verbosity: minimal
|
|
test_script:
|
|
- cmd: dotnet test --filter Category!=Integration tests\Encryptor.ClearText\EternalArrowBackup.Encryptor.ClearText.Tests.csproj
|
|
- cmd: dotnet test --filter Category!=Integration tests\Hasher.SHA1\EternalArrowBackup.Hasher.SHA1.Tests.csproj
|
|
|