We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e598382 commit ec85e6eCopy full SHA for ec85e6e
azure-pipeline - Cms.OAuthProxy.yml
@@ -54,6 +54,11 @@ steps:
54
"name": "AppSettings:GoogleClientSecret",
55
"value": "$(googleAppSecretKey)",
56
"slotSetting": false
57
+ },
58
+ {
59
+ "name": "AppSettings:DynamicsClientSecret",
60
+ "value": "$(dynamicsAppSecretKey)",
61
+ "slotSetting": false
62
}
63
]
64
- task: AzureWebApp@1
@@ -88,5 +93,10 @@ steps:
88
93
89
94
90
95
96
97
98
99
100
91
101
92
102
0 commit comments