change amd64 to x64 in install.ps1 description
This commit is contained in:
parent
987c867605
commit
58a5a73233
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
||||||
.PARAMETER Architecture
|
.PARAMETER Architecture
|
||||||
Default: auto - this value represents currently running OS architecture
|
Default: auto - this value represents currently running OS architecture
|
||||||
Architecture of dotnet binaries to be installed.
|
Architecture of dotnet binaries to be installed.
|
||||||
Possible values are: auto, AMD64 and x86
|
Possible values are: auto, x64 and x86
|
||||||
.PARAMETER DebugSymbols
|
.PARAMETER DebugSymbols
|
||||||
If set the installer will include symbols in the installation.
|
If set the installer will include symbols in the installation.
|
||||||
.PARAMETER DryRun
|
.PARAMETER DryRun
|
||||||
|
|
Loading…
Add table
Reference in a new issue