Skip to content

Commit 41ff40e

Browse files
committed
Update InstallDotNet.ps1
1 parent 7d852ca commit 41ff40e

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

eng/helix/content/InstallDotNet.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
Installs dotnet sdk and runtime using https://dot.net/v1/dotnet-install.ps1
66
.PARAMETER arch
77
The architecture to install.
8-
.PARAMETER sdkVersion
9-
The sdk version to install
108
.PARAMETER runtimeVersion
119
The runtime version to install
1210
.PARAMETER installDir
@@ -16,9 +14,6 @@ param(
1614
[Parameter(Mandatory = $true)]
1715
$arch,
1816

19-
[Parameter(Mandatory = $true)]
20-
$sdkVersion,
21-
2217
[Parameter(Mandatory = $true)]
2318
$runtimeVersion,
2419

0 commit comments

Comments
 (0)