12.5 Agregando las pruebas de Integración a Azure Devops



Last updated



Last updated
- task: DotNetCoreCLI@2
displayName: Testing Integration Test
inputs:
command: 'test'
projects: '**/CaducaRest.IntegrationTest/*.csproj'
arguments: '--configuration $(buildConfiguration) --collect "Code coverage"'
testRunTitle: 'Integration Test'