From bcbec6f37c7660780e5862cda20634bf4f4db139 Mon Sep 17 00:00:00 2001 From: Zach Hilman Date: Sun, 28 Jul 2019 14:21:18 -0400 Subject: ci: Fix Azure PR Builds --- .ci/templates/build-standard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.ci/templates/build-standard.yml') diff --git a/.ci/templates/build-standard.yml b/.ci/templates/build-standard.yml index 6cd209dbf..aa180894e 100644 --- a/.ci/templates/build-standard.yml +++ b/.ci/templates/build-standard.yml @@ -19,4 +19,5 @@ jobs: needSubmodules: 'true' - template: ./build-single.yml parameters: - artifactSource: 'false' \ No newline at end of file + artifactSource: 'false' + cache: $(parameters.cache) \ No newline at end of file -- cgit v1.2.3