From 181f88a7e4efe697aae1f738079c5916035412d9 Mon Sep 17 00:00:00 2001 From: Joshua Marsh Date: Tue, 22 Oct 2019 09:32:32 -0500 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 36de463..6f3e2b8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -53,14 +53,6 @@ steps: zip -m dce_darwin_amd64.zip ./dce displayName: 'Build and zip' -- script: | - set -x - TagName=$(git describe --abbrev=0) - echo "##vso[task.setvariable variable=TagName;isOutput=true]$TagName" - displayName: 'Retrieve Git Tag Name' - name: 'getTag' - - # Publish a Github Release for tagged commits # See https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/utility/github-release?view=azure-devops - task: GithubRelease@0 @@ -68,7 +60,6 @@ steps: inputs: action: create tagSource: 'auto' - title: $(getTag.TagName) gitHubConnection: Github repositoryName: Optum/dce-cli isDraft: true