msbuild package restore not working in VS 2022 for .wixproj files #8805
Unanswered
bpeikes-ts
asked this question in
Questions
Replies: 1 comment 1 reply
-
I didn't think WiX v3.x supported the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently upgraded WIX via NuGet to the last 3.xxx (3.14.1) version. Now suddenly, msbuild won't restore the wix files under the packages directory. We use a command line like:
msbuild.exe -p:RestorePackagesConfig=true -t:Restore MyProject.sln /p:Configuration=Release /p:Platform="Any CPU"
And we get the warning:
The project file may be invalid or missing targets required for restore
Anyone run into this issue?
Beta Was this translation helpful? Give feedback.
All reactions