File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 23
23
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 6.0 -InstallDir $env:DOTNET_INSTALL_DIR'
24
24
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 7.0 -InstallDir $env:DOTNET_INSTALL_DIR'
25
25
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 8.0 -InstallDir $env:DOTNET_INSTALL_DIR'
26
+ - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 9.0 -InstallDir $env:DOTNET_INSTALL_DIR'
26
27
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
27
28
- ps : dotnet --info
28
29
67
68
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 6.0 -InstallDir $env:DOTNET_INSTALL_DIR'
68
69
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 7.0 -InstallDir $env:DOTNET_INSTALL_DIR'
69
70
- ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 8.0 -InstallDir $env:DOTNET_INSTALL_DIR'
71
+ - ps : ' & "$($env:DOTNET_INSTALL_DIR)/dotnet-install.ps1" -Channel 9.0 -InstallDir $env:DOTNET_INSTALL_DIR'
70
72
- ps : $env:Path = "$env:DOTNET_INSTALL_DIR;$env:Path"
71
73
- ps : dotnet --info
72
74
You can’t perform that action at this time.
0 commit comments