From 1ebdd83d3219eb9702a2ce184aefb5ed997de082 Mon Sep 17 00:00:00 2001
From: Marc Paine <marcpop@microsoft.com>
Date: Mon, 6 Jan 2025 10:20:56 -0800
Subject: [PATCH] Update the search cache to mark it as a release job

---
 search-cache-pipeline.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/search-cache-pipeline.yml b/search-cache-pipeline.yml
index 6d0e53635f..1fbfe09235 100644
--- a/search-cache-pipeline.yml
+++ b/search-cache-pipeline.yml
@@ -150,6 +150,8 @@ extends:
             image: 1es-windows-2022
             os: windows
           templateContext:
+            type: releaseJob
+            isProduction: true
             inputs:
             - input: pipelineArtifact
               targetPath: $(System.DefaultWorkingDirectory)/ArtifactsToPublish/
@@ -165,4 +167,4 @@ extends:
               Destination: AzureBlob
               # These variables are defined in the pipeline's Variables UI.
               storage: $(CacheFileStorageAccount)
-              ContainerName: $(CacheFileStorageContainer)
\ No newline at end of file
+              ContainerName: $(CacheFileStorageContainer)