aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-06-23 18:28:36 -0700
committerGravatar MarkKoz <[email protected]>2019-06-29 20:05:39 -0700
commitea5eb226999ee9fb984bb3ab83bb0e7407ed060f (patch)
treeb90118b405098156b036aec73344ded01c79ae77
parentTry an expression (diff)
Run-time format expression
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 1be6867..9375e51 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -54,7 +54,7 @@ jobs:
- task: ShellScript@2
inputs:
scriptPath: './scripts/test.sh'
- args: variables['PREV_COMMIT']
+ args: $[ format('{0}', variables['PREV_COMMIT']) ]
displayName: 'Print PREV_BUILD'
- task: DownloadPipelineArtifact@2