diff options
| author | 2019-06-23 17:38:50 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | 9d68e116786eb137f8bb338a1d782e66e0f42096 (patch) | |
| tree | ba186615168a81c3121fb47729303bbcbf93ce19 | |
| parent | Explicit and specific (diff) | |
Print Base ID
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index fbf6d0b..3943a36 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -54,7 +54,7 @@ jobs: project: $(System.TeamProject) pipeline: $(System.DefinitionId) buildVersionToDownload: 'specific' - buildId: 2434 + buildId: '2434' artifactName: 'base_id' displayName: 'Download Base ID Artifact' @@ -73,6 +73,7 @@ jobs: exit 1 fi + printf '%s\n' "Base ID is ${id}" printf '%s' "${id}" >> base.sha256 displayName: 'Create Base ID Artifact' |