-Scope CurrentUser
This commit is contained in:
@@ -31,7 +31,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
# Установка модуля Posh-SSH
|
# Установка модуля Posh-SSH
|
||||||
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
|
||||||
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force
|
Install-PackageProvider -Scope CurrentUser -Name NuGet -MinimumVersion 2.8.5.201 -Force
|
||||||
Install-Module -Name Posh-SSH -Force -Scope CurrentUser -AllowClobber
|
Install-Module -Name Posh-SSH -Force -Scope CurrentUser -AllowClobber
|
||||||
|
|
||||||
# Получаем файл для загрузки
|
# Получаем файл для загрузки
|
||||||
|
|||||||
Reference in New Issue
Block a user