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
[release/3.1] Clear layout directories before copies (#37208)
- backport of #36719
Clear layout directories before copies (#36719)
- `<Copy />` task (well, most tasks though not `tar` commands) will create directories
- avoid leftover files from a previous build
- avoid confusing SDK with an empty targeting pack directory
- prevented ASP.NET targeting pack download when not building it (see #36718)
<!-- The output directories of assemblies built in this repo contain a mix of ref and impl assemblies. Copy impl assemblies to a separate directory. -->
@@ -350,6 +343,7 @@ This package is an internal implementation of the .NET Core SDK and is not meant
350
343
<CrossgenPlatformAssemblyPathsCondition="HasTrailingSlash($(CrossgenPlatformAssemblyPaths)) AND '$(OS)' == 'Windows_NT'">$(CrossgenPlatformAssemblyPaths)\</CrossgenPlatformAssemblyPaths>
0 commit comments