diff options
| author | 2019-06-23 18:06:03 -0700 | |
|---|---|---|
| committer | 2019-06-29 20:05:38 -0700 | |
| commit | b54b4ba6b1ee72203087ff28832f0d5e74dc4e72 (patch) | |
| tree | c49bef558b5c7a25a2acc31ff4b8e4ab304998a1 | |
| parent | Try for V2 again (diff) | |
Set variable beforehand
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 097b419..6b7d171 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,9 @@ jobs: pool: vmImage: 'Ubuntu-16.04' + variables: + PREV_BUILD: 2434 + steps: - script: | set -euo pipefail |