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
{{ message }}
This repository has been archived by the owner on Dec 18, 2017. It is now read-only.
For the longest time I haven't been able to get a totally clean build verify on my machine, yet the CI works fine. Finally, I tracked it down, I generally don't install the Windows Phone 8 tools on my dev machines, and there are dnu wrap tests that require MSBuild targets provided in that installer. We should remove those tests and stick to just the bare minimum VS stuff.
That test case is for the scenario where we wrap multiple csprojs with a single project.json. We have 3 frameworks in the test case, I guess removing wp8 framework and testing with 2 frameworks is still acceptable.
For the longest time I haven't been able to get a totally clean
build verify
on my machine, yet the CI works fine. Finally, I tracked it down, I generally don't install the Windows Phone 8 tools on my dev machines, and there are dnu wrap tests that require MSBuild targets provided in that installer. We should remove those tests and stick to just the bare minimum VS stuff./cc @davidfowl @ChengTian
The text was updated successfully, but these errors were encountered: