Skip to content

Commit eb5505c

Browse files
shueybubblesDavid Shiflet (from Dev Box)
andauthored
fix: turn off auto-merge for localization (#694)
Co-authored-by: David Shiflet (from Dev Box) <davidshi@ntdev.microsoft.com>
1 parent 460b0c9 commit eb5505c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/LocBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ steps:
1919
packageSourceAuth: patAuth
2020
dependencyPackageSource: 'https://pkgs.dev.azure.com/msdata/_packaging/SQLDS_SSMS/nuget/v3/index.json'
2121
patVariable: $(System.AccessToken)
22-
22+
isAutoCompletePrSelected: false
2323
- task: PublishPipelineArtifact@1
2424
inputs:
2525
targetPath: '$(Build.ArtifactStagingDirectory)'

0 commit comments

Comments
 (0)