We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 268b28b commit 183c6c4Copy full SHA for 183c6c4
benchmark.ps1
@@ -37,7 +37,7 @@ else {
37
}
38
39
if ($installDotNetSdk) {
40
- ${env:DOTNET_INSTALL_DIR} = Join-Path $PSScriptRoot ".dotnetcli"
+ ${env:DOTNET_INSTALL_DIR} = Join-Path $PSScriptRoot ".dotnet"
41
$sdkPath = Join-Path ${env:DOTNET_INSTALL_DIR} "sdk" $dotnetVersion
42
43
if (-Not (Test-Path $sdkPath)) {
0 commit comments