From c0b6d9b7f0f3a9bc26a226c01f2fb2df814beaeb Mon Sep 17 00:00:00 2001 From: wingetbot <63816999+wingetbot@users.noreply.github.com> Date: Mon, 28 Nov 2022 16:57:00 -0800 Subject: [PATCH] Automatically completed pull request for release/WinGetSvc-Release-20221123.1-01, source branch is Co-authored-by: Release bot --- DevOpsPipelineDefinitions/publish-pipeline.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/DevOpsPipelineDefinitions/publish-pipeline.yaml b/DevOpsPipelineDefinitions/publish-pipeline.yaml index fffdc8e9e8e..2551daa38c1 100644 --- a/DevOpsPipelineDefinitions/publish-pipeline.yaml +++ b/DevOpsPipelineDefinitions/publish-pipeline.yaml @@ -135,6 +135,12 @@ jobs: DIApplicationInsightKey: $(DIApplicationInsightKey) WinGet:AppConfig:Primary: $(AppConfigPrimary) WinGet:AppConfig:Secondary: $(AppConfigSecondary) + CdnProfileName: $(CdnProfileName) + CdnEndpointName: $(CdnEndpointName) + CdnResourceGroup: $(CdnResourceGroup) + CdnAzureServicesAuthConnectionString: $(AzureServicesAuthConnectionString) + CacheContainerName: $(CacheContainerName) + WinGet::SubscriptionId: $(WinGet.SubscriptionId) # Agentless phase. Depends on previous job. - job: 'PublishToRestSource'