From de4a20894a5699f2dafeb4f5e223666112207f12 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Mon, 5 Aug 2019 10:28:20 +0100 Subject: [PATCH] add build caching --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 78e3d9043..f39d9a5a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -164,6 +164,7 @@ steps: env printf "\n\nRclone environment:\n\n" make vars + touch $(GOCACHE)/.empty workingDirectory: '$(modulePath)' displayName: Print Go version and environment