summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChad Tolkien <chad@tolkien.id.au>2019-07-09 10:33:01 +1000
committerChad Tolkien <chad@tolkien.id.au>2019-07-09 10:33:01 +1000
commit43c3e9967a52893f61f4b880d4914a639fcd07fa (patch)
tree5b99ecbb39a6e08d172f5b9f0257b96ac812319d
parent7cdecd629c11acfcb03ef851ede5941b076c83c7 (diff)
downloadTinyPNG-origin/HEAD.zip
TinyPNG-origin/HEAD.tar.gz
TinyPNG-origin/HEAD.tar.bz2
Update azure-pipelines.yml for Azure PipelinesHEADorigin/masterorigin/HEADmaster
-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