Builds complete instantly without actually building anything when running msbuild on a VPC generated solution.
Workaround is to open the solution in Visual Studio then save it. This adds the necessary data to the solution file to then be able to build it with msbuild without issue. My use case is when building with CI workers, needed to commit a VS-saved solution file to repository and then CIs can build off of that. The solution file needs to be kept manually updated for any new projects.
VS appends the following to the solution file, after which, msbuild works as expected.
Builds complete instantly without actually building anything when running msbuild on a VPC generated solution.
Workaround is to open the solution in Visual Studio then save it. This adds the necessary data to the solution file to then be able to build it with msbuild without issue. My use case is when building with CI workers, needed to commit a VS-saved solution file to repository and then CIs can build off of that. The solution file needs to be kept manually updated for any new projects.
VS appends the following to the solution file, after which, msbuild works as expected.