Skip to content

Commit e008abf

Browse files
authored
Merge pull request #104925 from mmacy/patch-41
[b2c] fix repo alias name
2 parents 4824065 + 9070651 commit e008abf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/active-directory-b2c/deploy-custom-policies-devops.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ Next, add a task to deploy a policy file.
161161
162162
```PowerShell
163163
# After
164-
-ClientID $(clientId) -ClientSecret $(clientSecret) -TenantId $(tenantId) -PolicyId B2C_1A_TrustFrameworkBase -PathToFile $(System.DefaultWorkingDirectory)/contosob2cpolicies/B2CAssets/TrustFrameworkBase.xml
164+
-ClientID $(clientId) -ClientSecret $(clientSecret) -TenantId $(tenantId) -PolicyId B2C_1A_TrustFrameworkBase -PathToFile $(System.DefaultWorkingDirectory)/policyRepo/B2CAssets/TrustFrameworkBase.xml
165165
```
166166
167167
1. Select **Save** to save the Agent job.
@@ -213,4 +213,4 @@ Learn more about:
213213
<!-- LINKS - External -->
214214
[devops]: https://docs.microsoft.com/azure/devops/?view=azure-devops
215215
[devops-create-project]: https://docs.microsoft.com/azure/devops/organizations/projects/create-project?view=azure-devops
216-
[devops-pipelines]: https://docs.microsoft.com/azure/devops/pipelines
216+
[devops-pipelines]: https://docs.microsoft.com/azure/devops/pipelines

0 commit comments

Comments
 (0)