Skip to content

Commit 53491c6

Browse files
committed
Use the right dotnet
1 parent d8029b0 commit 53491c6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Microsoft.DotNet.Helix/Sdk/tools/xharness-runner/XHarnessRunner.targets

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
<InstallDotNetTool Name="$(_XHarnessPackageName)"
2727
DestinationPath="$(ArtifactsTmpDir)"
2828
Version="$(_XHarnessPackageVersion)"
29-
Source="$(XHarnessPackageSource)">
29+
Source="$(XHarnessPackageSource)"
30+
DotnetPath="$(DotNetTool)">
3031
<Output TaskParameter="ToolPath" PropertyName="_XHarnessCliPath" />
3132
</InstallDotNetTool>
3233

0 commit comments

Comments
 (0)