Skip to content

Commit 2ec81e3

Browse files
committed
Update InvokeBuild module
1 parent 8d7e88f commit 2ec81e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/installPSResources.ps1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -Error
1212
# NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to
1313
# request an exact version. Otherwise, if a newer version is available in the
1414
# upstream feed, it will fail to install any version at all.
15-
Install-PSResource -Verbose -TrustRepository -RequiredResource @{
15+
Install-PSResource -Verbose -TrustRepository -RequiredResource @{
1616
InvokeBuild = @{
17-
version = "5.12.1"
17+
version = "5.14.18"
1818
repository = $PSRepository
19-
}
19+
}
2020
platyPS = @{
2121
version = "0.14.2"
2222
repository = $PSRepository

0 commit comments

Comments
 (0)