summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Zach Hilman2019-08-01 21:09:11 -0400
committerGravatar Zach Hilman2019-08-01 21:09:11 -0400
commitd3ea2df06da66b2b5e3d7b968381d8ce9bf675b0 (patch)
treeb7d7856d81efe053342b1d3135039a67bb0ad300
parentci: Fix Azure PR Builds (diff)
downloadyuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.gz
yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.xz
yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.zip
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 ec5d1e3c6..357731eb9 100644
--- a/.ci/templates/build-single.yml
+++ b/.ci/templates/build-single.yml
@@ -7,7 +7,7 @@ steps:
7 displayName: 'Prepare Environment' 7 displayName: 'Prepare Environment'
8 inputs: 8 inputs:
9 dockerVersion: '17.09.0-ce' 9 dockerVersion: '17.09.0-ce'
10- ${{ if eq(parameterscache, 'true') }}: 10- ${{ if eq(parameters.cache, 'true') }}:
11 - task: CacheBeta@0 11 - task: CacheBeta@0
12 displayName: 'Cache Build System' 12 displayName: 'Cache Build System'
13 inputs: 13 inputs: