diff options
author | Zach Hilman <zachhilman@gmail.com> | 2019-08-02 03:09:11 +0200 |
---|---|---|
committer | Zach Hilman <zachhilman@gmail.com> | 2019-08-02 03:09:11 +0200 |
commit | d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0 (patch) | |
tree | b7d7856d81efe053342b1d3135039a67bb0ad300 /.ci/templates | |
parent | ci: Fix Azure PR Builds (diff) | |
download | yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.gz yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.bz2 yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.lz yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.xz yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.tar.zst yuzu-d3ea2df06da66b2b5e3d7b968381d8ce9bf675b0.zip |
Diffstat (limited to '.ci/templates')
-rw-r--r-- | .ci/templates/build-single.yml | 2 |
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: 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: |