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 3ee5487 commit 2cdf811Copy full SHA for 2cdf811
Localize/localize-pipeline.yml
@@ -49,8 +49,9 @@ stages:
49
inputs:
50
locProj: 'Localize/LocProject.json'
51
outDir: '$(Build.ArtifactStagingDirectory)'
52
+ dependencyPackageSource: 'https://mseng.pkgs.visualstudio.com/PipelinesLocalization/_packaging/LocTools/nuget/v3/index.json'
53
packageSourceAuth: 'patAuth'
- patVariable: '$(OneLocBuildPAT)'
54
+ patVariable: ''
55
isCreatePrSelected: $(shouldCreatePR)
56
repoType: 'gitHub'
57
prSourceBranchPrefix: 'Localize'
0 commit comments