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 1d98c39 commit bd85931Copy full SHA for bd85931
build.ps1
@@ -117,8 +117,8 @@ Function Add-PathVariable([string]$PathToAdd)
117
118
Function Install-Dotnet($DotNetVersion)
119
{
120
- if (!(Check-DotnetInstalled $DotNetVersion))
121
- {
+ #if (!(Check-DotnetInstalled $DotNetVersion))
+ #{
122
if ($IsMacOS -or $IsLinux) {
123
$ScriptPath = Join-Path $InstallPath 'dotnet-install.sh'
124
if (!(Test-Path $ScriptPath)) {
@@ -135,7 +135,7 @@ Function Install-Dotnet($DotNetVersion)
135
136
& $ScriptPath -Channel $DotNetChannel -Version $DotNetVersion -InstallDir $InstallPath;
137
}
138
- }
+ #}
139
140
141
Function Check-DotnetInstalled($version)
0 commit comments