Steps to reproduce
Invoke-Pester WindowsInstaller.Tests.ps1
Expected behavior
Actual behavior
WMF 4.0 link invocation fails.
Environment data
Name Value
---- -----
PSVersion 7.0.3
PSEdition Core
GitCommitId 7.0.3
OS Microsoft Windows 10.0.18363
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
This test checks for expected links in Product.wxs file, but then invokes the links to see if they are alive. Many times they are not and there is a retry loop. In this case WMF 4.0 link is not working. Don't know if the link was pulled on purpose.
However, this does not seem like a good test for PowerShell, as PowerShell has nothing to do whether these links work and if they don't should not cause PowerShell build to fail. I will mark the link invocation test as 'pending'.
Steps to reproduce
Invoke-Pester WindowsInstaller.Tests.ps1Expected behavior
Actual behavior
Environment data
This test checks for expected links in Product.wxs file, but then invokes the links to see if they are alive. Many times they are not and there is a retry loop. In this case WMF 4.0 link is not working. Don't know if the link was pulled on purpose.
However, this does not seem like a good test for PowerShell, as PowerShell has nothing to do whether these links work and if they don't should not cause PowerShell build to fail. I will mark the link invocation test as 'pending'.