summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--azure-pipelines.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index e6344f1..bf8fb72 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -18,9 +18,13 @@ jobs:
inputs:
version: 2.2.100
- task: DotNetCoreCLI@2
+ displayName: 'Test'
inputs:
- command: build
+ command: test
+
+ publishTestResults: true
- task: DotNetCoreCLI@2
+ displayName: 'Pack'
inputs:
command: pack
- task: PublishPipelineArtifact@1