diff options
author | Chad Tolkien <chad@tolkien.id.au> | 2019-07-09 10:33:01 +1000 |
---|---|---|
committer | Chad Tolkien <chad@tolkien.id.au> | 2019-07-09 10:33:01 +1000 |
commit | 43c3e9967a52893f61f4b880d4914a639fcd07fa (patch) | |
tree | 5b99ecbb39a6e08d172f5b9f0257b96ac812319d | |
parent | 7cdecd629c11acfcb03ef851ede5941b076c83c7 (diff) | |
download | TinyPNG-master.zip TinyPNG-master.tar.gz TinyPNG-master.tar.bz2 |
Update azure-pipelines.yml for Azure PipelinesHEADorigin/masterorigin/HEADmaster
-rw-r--r-- | azure-pipelines.yml | 6 |
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 |