You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed this same bug on Azure DevOps. The Pipeline was working fine until two days ago and all of a sudden we're seeing these errors. No changes. Output just shows a successful build at 1.183.0 and the failed builds at 1.187.0
Issue Description
have a solution file with lots of CPP vcxproj files, some in solution folders.
msbuild ConsoleApp2.sln /t:Folder\ClassLibrary2
Worked in MSBuild 16.9
Produces target missing errors in 16.10
error MSB4057: The target " Folder\ClassLibrary2" does not exist in the project.
Steps to Reproduce
Expected Behavior
Build compiles ClassLibrary2 + ClassLibrary1 without errors
Actual Behavior
Versions & Configurations
16.10.0+4242f381a on windows 10 - does not work.
MsBuildRepro.zip
The text was updated successfully, but these errors were encountered: