diff --git a/DevOpsPipelineDefinitions/validation-pipeline.yaml b/DevOpsPipelineDefinitions/validation-pipeline.yaml index 7cd2846bd06..478e5c2928e 100644 --- a/DevOpsPipelineDefinitions/validation-pipeline.yaml +++ b/DevOpsPipelineDefinitions/validation-pipeline.yaml @@ -44,6 +44,7 @@ jobs: CLEANUP_ENDPOINT: $(AzFuncCleanupEndpoint) LABEL_KEY: $(AzureFunctionLabelKey) CATALOG_CONTENT_VERIFICATION_ENDPOINT: $(AzFuncCatalogContentVerificationEndpoint) + DEPENDENCIES_VERIFICATION_ENDPOINT: $(AzFuncDependenciesVerificationEndpoint) # Validates integrity of pull request. - task: CmdLine@2 @@ -217,6 +218,7 @@ jobs: variables: HostKeySecret: $[ dependencies.FileValidation.outputs['wingetsetup.hostkey']] CatalogContentVerificationEndpointSecret: $[ dependencies.FileValidation.outputs['wingetsetup.catalogContentVerificationEndpoint']] + DependenciesVerificationEndpointSecret: $[ dependencies.FileValidation.outputs['wingetsetup.dependenciesVerificationEndpoint']] steps: # Catalog content verification