From c8c179373c22425865808ba6e89ffdd119fcecca Mon Sep 17 00:00:00 2001 From: Frank Date: Wed, 22 Dec 2021 11:36:41 -0500 Subject: [PATCH] Added CF invalidation --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index a9f0e705d..a358168d4 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -76,4 +76,5 @@ stages: deployFolder: '' region: us-east-1 appDeployVariables: - __VUE_APP_CONSUMER_API_GATEWAY__: $(__VUE_APP_CONSUMER_API_GATEWAY__) \ No newline at end of file + __VUE_APP_CONSUMER_API_GATEWAY__: $(__VUE_APP_CONSUMER_API_GATEWAY__) + cfDistributionId: $(cfDistributionId) \ No newline at end of file