Skip to content

Commit 7bb850f

Browse files
authored
Don't build host tools when building the cross-os DACs (#112454)
* Don't build host tools when building the cross-os DACs * Update Microsoft.CrossOsDiag.Private.CoreCLR.proj
1 parent c6fd054 commit 7bb850f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/coreclr/.nuget/Microsoft.CrossOsDiag.Private.CoreCLR/Microsoft.CrossOsDiag.Private.CoreCLR.proj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@
3232
<_CrossOSDacProject Include="@(SupportedRid->'$(RepoRoot)Build.proj')"
3333
AdditionalProperties="TargetOS=%(TargetOS);
3434
TargetArchitecture=%(TargetArchitecture);
35-
Subset=linuxdac+alpinedac" />
35+
Subset=linuxdac+alpinedac;
36+
BuildHostTools=false" />
3637
<_RuntimePrereqsProject Include="$(CoreClrProjectRoot)runtime-prereqs.proj" />
3738
</ItemGroup>
3839

0 commit comments

Comments
 (0)