From fa1587c00ad7d00a7feaff2e9c07af4b727b576b Mon Sep 17 00:00:00 2001 From: Gary Tierney Date: Wed, 17 Jul 2019 06:31:01 +0100 Subject: [PATCH] Download cache during CI --- azure-pipelines.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2022dfe0..7b115fdd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'