ci: Fix Azure PR Builds

This commit is contained in:
Zach Hilman
2019-07-28 14:21:18 -04:00
parent 52f54c728d
commit bcbec6f37c
5 changed files with 16 additions and 8 deletions

View File

@@ -19,4 +19,5 @@ jobs:
needSubmodules: 'true'
- template: ./build-single.yml
parameters:
artifactSource: 'false'
artifactSource: 'false'
cache: $(parameters.cache)