Automatically completed pull request for release/WinGetSvc-Release-20211220.1-01, source branch is

Co-authored-by: Release bot <pmai@microsoft.com>
This commit is contained in:
wingetbot
2022-01-06 15:36:16 -08:00
committed by GitHub
parent 377c7fab9f
commit 03e42293e9
@@ -50,7 +50,6 @@ jobs:
CLEANUP_ENDPOINT: $(AzFuncCleanupEndpoint)
LABEL_KEY: $(AzureFunctionLabelKey)
CATALOG_CONTENT_VERIFICATION_ENDPOINT: $(AzFuncCatalogContentVerificationEndpoint)
DEPENDENCIES_VERIFICATION_ENDPOINT: $(AzFuncDependenciesVerificationEndpoint)
# Validates integrity of pull request.
- task: CmdLine@2
@@ -81,6 +80,20 @@ jobs:
WinGet:AppConfig:Primary: $(AppConfigPrimary)
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
# Validates manifest dependencies.
- task: CmdLine@2
displayName: 'Validate Manifest Dependencies'
inputs:
script: 'WinGetSvcWrapper.exe validate-dependencies --operationId %BUILD_BUILDNUMBER%'
failOnStderr: true
condition: succeeded()
env:
ValidationConnectionString: $(ValidationStorageAccountConnectionString)
CacheConnectionString: $(CacheStorageAccountConnectionString)
DIApplicationInsightKey: $(DIApplicationInsightKey)
WinGet:AppConfig:Primary: $(AppConfigPrimary)
WinGet:AppConfig:Secondary: $(AppConfigSecondary)
# Agentless phase. Depends on previous job.
- job: 'ContentValidation'
pool: server
@@ -226,7 +239,6 @@ jobs:
variables:
HostKeySecret: $[ dependencies.FileValidation.outputs['wingetsetup.hostkey']]
CatalogContentVerificationEndpointSecret: $[ dependencies.FileValidation.outputs['wingetsetup.catalogContentVerificationEndpoint']]
DependenciesVerificationEndpointSecret: $[ dependencies.FileValidation.outputs['wingetsetup.dependenciesVerificationEndpoint']]
steps:
# Catalog content verification