attempt to fix azure-pipeline failure

This commit is contained in:
Jerry Liang 2019-08-09 15:05:30 -07:00
Родитель 5b91fed378
Коммит 4436c0b97e
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -23,10 +23,10 @@ steps:
displayName: 'Building the source tree'
- script: |
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.openCypherParser"
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.LogicalPlanner"
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.openCypherParser" -f netcoreapp2.1
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.LogicalPlanner" -f netcoreapp2.1
displayName: 'Running unit regression tests that does not require Docker'
- script: |
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.SQLRenderer"
dotnet test --filter "FullyQualifiedName~openCypherTranspiler.SQLRenderer" -f netcoreapp2.1
displayName: 'Running integration test with SQLRenderer that requires Docker'