Failed on install WDK.vsix while creating Windows2022 image from powershell #6524
Unanswered
manuelmainz
asked this question in
General questions
Replies: 2 comments 1 reply
-
I've also been getting this, along with other random failures, It's either this, other vsix failures, WIX or WDK. Not had a successful build for weeks. Struggling to track down the issue. |
Beta Was this translation helpful? Give feedback.
1 reply
-
It is a generic network hiccup, we have been observing it for a while, too, then it got disappeared |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hallo everyone,
I am trying to setup a BuildPipeline with the provided powershell script. Unfortunately the script fails while installing some packages.
The command I use to start the Powershell script.
GenerateResourcesAndImage -SubscriptionId {0123-abcd} -ResourceGroupName "SoftwareDeploy" -ImageGenerationRepositoryRoot "$pwd" -ImageType Windows2022 -AzureLocation "West Europe"
.That's the error I get:
Can anyone give me a hint what might cause this issue?
I also tried to remove this package form the json, but then I get similar errors at other packages like "Install-Vsix", "Install-Stack",...
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions