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
There is special logic in the runtime-portable tarball project to handle copying the portable artifacts in prep for the non-portable runtime build. This logic resides in the CleanupRepoForNonPortableBuild target. This logic does not handle rebuilds well upon successfully building the runtime-portable repo. The logic ends up creating nested portableLog and portableObj directories. When this occurs it is difficult to find the original artifacts.
The text was updated successfully, but these errors were encountered:
There is special logic in the runtime-portable tarball project to handle copying the portable artifacts in prep for the non-portable runtime build. This logic resides in the CleanupRepoForNonPortableBuild target. This logic does not handle rebuilds well upon successfully building the runtime-portable repo. The logic ends up creating nested portableLog and portableObj directories. When this occurs it is difficult to find the original artifacts.
The text was updated successfully, but these errors were encountered: