From 8a77a3eaa4b2d34c3755d68466f0f6cc166b562f Mon Sep 17 00:00:00 2001 From: Hananiel Sarella Date: Wed, 13 Nov 2019 11:57:04 +0530 Subject: [PATCH] Add IntegrationTests back; fix default --- azure-pipelines.yml | 12 ++++++------ src/ClientApp/src/components/Home.js | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index aa4d043..13d7f95 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -39,12 +39,12 @@ stages: command: 'test' arguments: '--filter Category!=Integration' testRunTitle: 'Unit Tests' - # - task: DotNetCoreCLI@2 - # displayName: Dotnet test (Integration Tests) - # inputs: - # command: 'test' - # arguments: '--filter Category=Integration' - # testRunTitle: 'Unit Tests' + - task: DotNetCoreCLI@2 + displayName: Dotnet test (Integration Tests) + inputs: + command: 'test' + arguments: '--filter Category=Integration' + testRunTitle: 'Integration Tests' - task: DotNetCoreCLI@2 displayName: Dotnet publish inputs: diff --git a/src/ClientApp/src/components/Home.js b/src/ClientApp/src/components/Home.js index 09d95ce..b67f176 100644 --- a/src/ClientApp/src/components/Home.js +++ b/src/ClientApp/src/components/Home.js @@ -59,7 +59,7 @@ export class Home extends Component {
- +