Skip to content

Commit f2a7b31

Browse files
authored
Use a crossgen2 that runs on the host for R2Ring in a VMR build (#45463)
1 parent 0eb8dac commit f2a7b31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/SourceBuild/content/repo-projects/aspnetcore.proj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@
3333

3434
<PropertyGroup Condition="'$(DotNetBuildSourceOnly)' == 'true'">
3535
<BuildArgs>$(BuildArgs) $(FlagParameterPrefix)no-build-repo-tasks</BuildArgs>
36-
<!-- A source-build build can have a separate RID from the SDK that we're building against. This will cause the SDK to not be able to find a crossgen tool pack and fail to R2R: https://github.com/dotnet/source-build/issues/3793 -->
37-
<BuildArgs>$(BuildArgs) /p:CrossgenOutput=false</BuildArgs>
3836
</PropertyGroup>
3937

4038
<ItemGroup>

0 commit comments

Comments
 (0)