Prerequisites
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
Visuals
No response
Prerequisites
Steps to reproduce
Previously we got the wix 3.14 package by downloading it from
https://aka.ms/ps-wix-3-14-ziplink. 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
Visuals
No response