Skip to content

Commit

Permalink
Localization Handoff: Use keyvault-backed nuget feed access PAT
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbond-msft committed Jan 10, 2024
1 parent f3313fa commit ba7ade4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .build/automation/stages/localization-handback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ stages:
locProj: '.config/LocProject.json'
outDir: '$(Build.ArtifactStagingDirectory)'
packageSourceAuth: patAuth
patVariable: "$(OneLocBuildPAT)"
patVariable: "$(OneLocBuild--PAT)"
isCreatePrSelected: false
repoType: gitHub
prSourceBranchPrefix: $(LocBranchPrefix)
Expand Down
2 changes: 1 addition & 1 deletion .build/automation/stages/localization-handoff.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ stages:
locProj: '.config/LocProject.json'
outDir: '$(Build.ArtifactStagingDirectory)'
packageSourceAuth: patAuth
patVariable: "$(OneLocBuildPAT)"
patVariable: "$(OneLocBuild--PAT)"

- task: PublishBuildArtifacts@1
inputs:
Expand Down
1 change: 1 addition & 0 deletions .build/automation/variables.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
variables:
- group: xamops-azdev-secrets
- group: Xamarin-Secrets

- name: DefaultBuildConfiguration
value: Release
Expand Down

0 comments on commit ba7ade4

Please sign in to comment.