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
Remove BinClean dependency from build task (#1589)
MSBuild does incremental builds by nature, it is not necessary to do a clean and slows down subsequent builds. "Clean" task should be called if a clean is in fact required.
0 commit comments