diff options
| author | 2019-06-23 18:28:36 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:39 -0700 | |
| commit | ea5eb226999ee9fb984bb3ab83bb0e7407ed060f (patch) | |
| tree | b90118b405098156b036aec73344ded01c79ae77 | |
| parent | Try an expression (diff) | |
Run-time format expression
| -rw-r--r-- | azure-pipelines.yml | 2 |
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 |