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
<!-- DotNetBuildOrchestrator is (currently) needed in order to obtain NuGet packages from the runtime build. -->
<BundleNativeAotCompilerCondition="'$(BundleNativeAotCompiler)' == '' and '$(DotNetBuildSourceOnly)' == 'true' and '$(SourceBuildUseMonoRuntime)' != 'true' and '$(DotNetBuildOrchestrator)' == 'true'">true</BundleNativeAotCompiler>
The NativeAOT bundeling added in #41198 is copying NuGet packages directly from the
runtime
repo build output:sdk/src/Installer/redist-installer/targets/GenerateLayout.targets
Lines 212 to 214 in 01aab34
This location is not available when the SDK is built outside of the vmr.
This issue is for replacing that copy with obtaining the packages through a NuGet source. See #41198 (comment).
When this is working the, the
DotNetBuildOrchestrator
condition can be removed here:sdk/src/Installer/redist-installer/redist-installer.csproj
Lines 11 to 12 in 01aab34
cc @ViktorHofer
The text was updated successfully, but these errors were encountered: