-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
- Refer to the FAQ.
- Refer to Differences between Windows PowerShell 5.1 and PowerShell.
Steps to reproduce
Previously we got the wix 3.14 package by downloading it from https://aka.ms/ps-wix-3-14-zip link. Now we download it from a NuGet feed. The change was made by PRs #21537 and #21651 but it also needs to be made in ci.psm1 where our packaging for CI occurs. This is currently breaking packaging.
Expected behavior
In ci.psm1 wix 3.14 package should be downloaded from NuGet feed.Actual behavior
Wix 3.14 package is attempted to be installed from `https://aka.ms/ps-wix-3-14-zip` link which no longer works.Error details
No response
Environment data
Agnostic of PSVersionVisuals
No response
Metadata
Metadata
Assignees
Labels
Resolution-FixedThe issue is fixed.The issue is fixed.