From 32a47c6654d90acbbfbd97599be4dfca6c9dbcd9 Mon Sep 17 00:00:00 2001 From: Leilei Zhang Date: Mon, 21 Jul 2025 16:43:04 +0800 Subject: [PATCH] fix version --- .pipelines/v2/templates/steps-build-installer-vnext.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pipelines/v2/templates/steps-build-installer-vnext.yml b/.pipelines/v2/templates/steps-build-installer-vnext.yml index 60bb560256..9a9d389951 100644 --- a/.pipelines/v2/templates/steps-build-installer-vnext.yml +++ b/.pipelines/v2/templates/steps-build-installer-vnext.yml @@ -16,13 +16,13 @@ parameters: default: '' steps: - # Install WiX 5.x tools needed for VNext installer + # Install WiX 5.0.2 tools needed for VNext installer (matching project SDK) - task: DotNetCoreCLI@2 - displayName: Install WiX 5.x tools + displayName: Install WiX 5.0.2 tools inputs: command: 'custom' custom: 'tool' - arguments: 'install --global wix' + arguments: 'install --global wix --version 5.0.2' - pwsh: |- & git clean -xfd -e *exe -- .\installer\