@samitouri / QOSAMI-WSL / commits / 7166eb1b

Add wsldevicehostproxystub.dll to the list of target to build during release builds (#41317)

Blue committed Aug 12, 2026 at 00:09 UTC 7166eb1b893bf37ef1c87e2634b94f0ee2e2ce75
1 file changed +2 -2
.pipelines/build-stage.yml
+2 -2
@@ -32,8 +32,8 @@ parameters:
32 - name: targets
33 type: object
34 default:
35 - - target: "wsl;libwsl;wslg;wslservice;wslhost;wslrelay;wslinstaller;wslinstall;initramfs;wslserviceproxystub;wslsettings;wslinstallerproxystub;testplugin;wslcsession;wslc;wsltests;wslcsdk"
36 - pattern: "wsl.exe,libwsl.dll,wslg.exe,wslservice.exe,wslhost.exe,wslrelay.exe,wslinstaller.exe,wslinstall.dll,wslserviceproxystub.dll,wslsettings/wslsettings.dll,wslsettings/wslsettings.exe,wslinstallerproxystub.dll,WSLDVCPlugin.dll,testplugin.dll,wsldeps.dll,wslcsession.exe,wslc.exe,wslcsdk.dll"
35 + - target: "wsl;libwsl;wslg;wslservice;wslhost;wslrelay;wslinstaller;wslinstall;initramfs;wslserviceproxystub;wsldevicehostproxystub;wslsettings;wslinstallerproxystub;testplugin;wslcsession;wslc;wsltests;wslcsdk"
36 + pattern: "wsl.exe,libwsl.dll,wslg.exe,wslservice.exe,wslhost.exe,wslrelay.exe,wslinstaller.exe,wslinstall.dll,wslserviceproxystub.dll,wsldevicehostproxystub.dll,wslsettings/wslsettings.dll,wslsettings/wslsettings.exe,wslinstallerproxystub.dll,WSLDVCPlugin.dll,testplugin.dll,wsldeps.dll,wslcsession.exe,wslc.exe,wslcsdk.dll"
37 - target: "msixgluepackage"
38 pattern: "gluepackage.msix"
39 - target: "msipackage;wslcsdkcs"