Skip to content

Commit 183c6c4

Browse files
Fix path
Fix incorrect installation path for the .NET SDK.
1 parent 268b28b commit 183c6c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ else {
3737
}
3838

3939
if ($installDotNetSdk) {
40-
${env:DOTNET_INSTALL_DIR} = Join-Path $PSScriptRoot ".dotnetcli"
40+
${env:DOTNET_INSTALL_DIR} = Join-Path $PSScriptRoot ".dotnet"
4141
$sdkPath = Join-Path ${env:DOTNET_INSTALL_DIR} "sdk" $dotnetVersion
4242

4343
if (-Not (Test-Path $sdkPath)) {

0 commit comments

Comments
 (0)