Skip to content

Commit b6e286c

Browse files
committed
Fix badge server url
1 parent 5e15b4d commit b6e286c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.pipelines/azure-pipeline-server.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,12 @@ jobs:
4141
4242
az containerapp update -n $(ContainerAppName) -g $(ResourceGroup) --set-env-vars `
4343
Authentication__Key=secretref:authkey `
44+
Authentication__Issuer=$(ServerUrl) `
45+
Authentication__Audience=$(ServerUrl) `
4446
Authentication__AzureDevOpsKey=secretref:extcert `
4547
DevOps__PersonalAccessToken=secretref:devopspat `
4648
DevOps__Organization=$(DevOpsOrganization) `
49+
RepositoryAggregation__BadgeServerUrl=$(ServerUrl) `
4750
Storage__Mode=TableStorage `
4851
Storage__TableStorageConnectionString=secretref:tableconnstring `
4952
ASPNETCORE_FORWARDEDHEADERS_ENABLED=true

0 commit comments

Comments
 (0)