diff options
| -rw-r--r-- | azure-pipelines.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 1a7d3ad..c93d00a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -7,6 +7,10 @@ jobs: pool: vmImage: 'Ubuntu-16.04' + variables: + PREV_COMMIT: 'foo' + PREV_BUILD: 'bar' + steps: - script: | set -euo pipefail |