summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZach Hilman <zachhilman@gmail.com>2019-08-01 21:09:11 -0400
committerZach Hilman <zachhilman@gmail.com>2019-08-01 21:09:11 -0400
commitd3ea2df06da66b2b5e3d7b968381d8ce9bf675b0 (patch)
treeb7d7856d81efe053342b1d3135039a67bb0ad300
parentbcbec6f37c7660780e5862cda20634bf4f4db139 (diff)
Add missing dot
-rw-r--r--.ci/templates/build-single.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.ci/templates/build-single.yml b/.ci/templates/build-single.yml
index ec5d1e3c6d..357731eb9c 100644
--- a/.ci/templates/build-single.yml
+++ b/.ci/templates/build-single.yml
@@ -7,7 +7,7 @@ steps:
displayName: 'Prepare Environment'
inputs:
dockerVersion: '17.09.0-ce'
-- ${{ if eq(parameterscache, 'true') }}:
+- ${{ if eq(parameters.cache, 'true') }}:
- task: CacheBeta@0
displayName: 'Cache Build System'
inputs: