@samitouri / QOSAMI-WSL / commits / c810e27b

Add serviceTreeId to TouchdownBuildTask (#40517)

The Touchdown build task is warning that 'serviceTreeId' will become mandatory in FY26. Add the WSL service GUID to the loc pipeline so the warning goes away and we don't break when the field becomes required. Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

Ben Hillis committed May 12, 2026 at 17:32 UTC c810e27b203ab17cdffa6c1f3a79bc8754a411b0
1 file changed +1
.pipelines/wsl-build-nightly-localization.yml
+1
@@ -37,6 +37,7 @@ steps:
37 inputs:
38 environment: 'PRODEXT'
39 teamId: '38646'
40 + serviceTreeId: 'd8846bef-e9b5-4542-bcfc-98ebabac8a7b'
41 authType: 'FederatedIdentity'
42 FederatedIdentityServiceConnection: 'Azure-Connection'
43 isPreview: false