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 72c1883 commit d62d8f6Copy full SHA for d62d8f6
Localize/localize-pipeline.yml
@@ -55,8 +55,9 @@ stages:
55
inputs:
56
locProj: 'Localize/LocProject.json'
57
outDir: '$(Build.ArtifactStagingDirectory)'
58
+ dependencyPackageSource: 'https://mseng.pkgs.visualstudio.com/PipelinesLocalization/_packaging/LocTools/nuget/v3/index.json'
59
packageSourceAuth: 'patAuth'
- patVariable: '$(OneLocBuildPAT)'
60
+ patVariable: ''
61
isCreatePrSelected: $(shouldCreatePR)
62
repoType: 'gitHub'
63
prSourceBranchPrefix: 'Localize'
0 commit comments