Fix drone build pipeline #1
@ -48,7 +48,7 @@ function Invoke-InstallDependency {
|
|||||||
$PoshParams = @{
|
$PoshParams = @{
|
||||||
Name = 'posh-git'
|
Name = 'posh-git'
|
||||||
Scope = 'CurrentUser'
|
Scope = 'CurrentUser'
|
||||||
RequiredVersion = '1.0.0'
|
RequiredVersion = '1.1.0'
|
||||||
Force = $true
|
Force = $true
|
||||||
SkipPublisherCheck = $true
|
SkipPublisherCheck = $true
|
||||||
AllowClobber = $true
|
AllowClobber = $true
|
||||||
|
Reference in New Issue
Block a user