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 d9833c4 commit 4909995Copy full SHA for 4909995
build.psm1
@@ -306,7 +306,7 @@ function Install-Dotnet
306
$installScriptPath = Receive-DotnetInstallScript
307
$installScriptName = [System.IO.Path]::GetFileName($installScriptPath)
308
If ( $PSCmdlet.ShouldProcess("$installScriptName for $version")) {
309
- & "${installScriptPath}" -c release -v $version
+ & "${installScriptPath}" -c release -version $version
310
}
311
312
catch {
0 commit comments