-
Notifications
You must be signed in to change notification settings - Fork 106
Closed
Description
Given I run:
> .\dotnet-install.ps1 -Channel 7.0.1xx -Quality daily -InstallDir test
The output is the following
dotnet-install: Note that the intended use of this script is for Continuous Integration (CI) scenarios, where:
dotnet-install: - The SDK needs to be installed without user interaction and without admin rights.
dotnet-install: - The SDK installation doesn't need to persist across multiple CI runs.
dotnet-install: To set up a development environment or to run apps, use installers rather than this script. Visit https://dotnet.microsoft.com/download to get the installer.
dotnet-install: Extracting the archive.
dotnet-install: Note that the script does not resolve dependencies during installation.
dotnet-install: To check the list of dependencies, go to https://docs.microsoft.com/dotnet/core/install/windows#dependencies
dotnet-install: Installation finished
It would be good if output states the version that was installed, otherwise you need to run dotnet --version to see it.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels