From a9b278c75661f10d8a827a899fe8b738f24154cc Mon Sep 17 00:00:00 2001 From: Greg Blumberg Date: Fri, 18 Jan 2019 12:47:54 -0500 Subject: [PATCH] testing azure deploy using azure-test tag --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 87d83b5f..d36bbd1b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -107,8 +107,8 @@ steps: repositoryName: SHARPpy action: 'create' # Options: create, edit, discard target: '$(build.sourceVersion)' # Required when action == create || action == edit - tagSource: 'auto' # Required when action == create. Options: auto, manual - #tag: # Required when action == edit || action == discard || tagSource == manual + tagSource: 'manual' # Required when action == create. Options: auto, manual + tag: azure-test # Required when action == edit || action == discard || tagSource == manual #title: # Optional #releaseNotesSource: 'file' # Optional. Options: file, input #releaseNotesFile: # Optional