Download cache during CI

This commit is contained in:
Gary Tierney
2019-07-17 06:31:01 +01:00
parent d93de7f575
commit fa1587c00a
+10
View File
@@ -11,6 +11,16 @@ steps:
path: $(GRADLE_USER_HOME)
displayName: "Gradle: setup build cache"
- task: DownloadPackage@1
inputs:
packageType: 'upack'
feed: '/76852042-5a8d-4247-969f-47caba0cae08'
view: '56ddc552-069b-4fda-9122-46a634ec7e8a'
definition: '301d6f40-3540-4afb-abcb-cf9be945c859'
version: '1.0.0-377'
downloadPath: '$(Build.SourcesDirectory)/game/data/fs/377'
displayName: "Misc: download cache data"
- task: SonarCloudPrepare@1
inputs:
SonarCloud: 'apollo-rsps-sonarcloud'