diff --git a/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj b/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj index 3b996b78fb0416..d49edad34c479c 100644 --- a/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj +++ b/src/coreclr/tools/aot/ILCompiler/ILCompiler_publish.csproj @@ -3,7 +3,11 @@ <_IsPublishing>true $(OutputRID) - $(BaseOS) + + $(BaseOS) $(RuntimeBinDir)ilc-published/ true true diff --git a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj index 54953da6834124..8e81546a2770a1 100644 --- a/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj +++ b/src/coreclr/tools/aot/crossgen2/crossgen2_publish.csproj @@ -3,7 +3,11 @@ <_IsPublishing>true $(OutputRID) - $(BaseOS) + + $(BaseOS) $(RuntimeBinDir)crossgen2-published/ true true