Skip to content

Commit ec85e6e

Browse files
committed
Update azure-pipeline - Cms.OAuthProxy.yml for Azure Pipelines
1 parent e598382 commit ec85e6e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

azure-pipeline - Cms.OAuthProxy.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,11 @@ steps:
5454
"name": "AppSettings:GoogleClientSecret",
5555
"value": "$(googleAppSecretKey)",
5656
"slotSetting": false
57+
},
58+
{
59+
"name": "AppSettings:DynamicsClientSecret",
60+
"value": "$(dynamicsAppSecretKey)",
61+
"slotSetting": false
5762
}
5863
]
5964
- task: AzureWebApp@1
@@ -88,5 +93,10 @@ steps:
8893
"name": "AppSettings:GoogleClientSecret",
8994
"value": "$(googleAppSecretKey)",
9095
"slotSetting": false
96+
},
97+
{
98+
"name": "AppSettings:DynamicsClientSecret",
99+
"value": "$(dynamicsAppSecretKey)",
100+
"slotSetting": false
91101
}
92102
]

0 commit comments

Comments
 (0)