diff --git a/.pipelines/v2/templates/steps-build-installer-vnext.yml b/.pipelines/v2/templates/steps-build-installer-vnext.yml index 6e9fb87b4d..ec02f35222 100644 --- a/.pipelines/v2/templates/steps-build-installer-vnext.yml +++ b/.pipelines/v2/templates/steps-build-installer-vnext.yml @@ -22,10 +22,10 @@ steps: - pwsh: |- $IsPerUser = $${{ parameters.buildUserInstaller }} - $InstallerBuildSlug = "MachineSetupVNext" + $InstallerBuildSlug = "MachineSetup" $InstallerBasename = "PowerToysSetupVNext" If($IsPerUser) { - $InstallerBuildSlug = "UserSetupVNext" + $InstallerBuildSlug = "UserSetup" $InstallerBasename = "PowerToysUserSetupVNext" } $InstallerBasename += "-${{ parameters.versionNumber }}-$(BuildPlatform)" diff --git a/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj b/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj index c35f64cbc6..36222d9136 100644 --- a/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj +++ b/installer/PowerToysSetupVNext/PowerToysBootstrapperVNext.wixproj @@ -28,8 +28,8 @@ True PowerToysSetupVNext-$(Version)-$(Platform) PowerToysUserSetupVNext-$(Version)-$(Platform) - $(Platform)\$(Configuration)\MachineSetupVNext - $(Platform)\$(Configuration)\UserSetupVNext + $(Platform)\$(Configuration)\MachineSetup + $(Platform)\$(Configuration)\UserSetup obj\$(Platform)\$(Configuration)\