Skip to content

Commit 68a801e

Browse files
committed
fix dotnet not found
1 parent c113ef3 commit 68a801e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Directory.Build.props

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
<!-- API Compat -->
2525
<PropertyGroup>
2626
<RunApiCompat Condition="'$(RunApiCompat)' == ''">$(IsStableProject)</RunApiCompat>
27+
<ToolHostCmd Condition="'$(ToolHostCmd)'==''">$(ToolsDir)dotnetcli/dotnet.exe</ToolHostCmd>
2728

2829
<!-- only validate that the current implementation is compatible
2930
with the old one, not vice-versa (since latest may have new

0 commit comments

Comments
 (0)