diff options
| -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 |