ci: Fix Azure PR Builds

This commit is contained in:
Zach Hilman 2019-07-28 14:21:18 -04:00
parent 6b8b59ee75
commit ccc6c732fe
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)