There was an error while loading. Please reload this page.
InvokeBuild
1 parent 8d7e88f commit 2ec81e3Copy full SHA for 2ec81e3
tools/installPSResources.ps1
@@ -12,11 +12,11 @@ if ($PSRepository -eq "CFS" -and -not (Get-PSResourceRepository -Name CFS -Error
12
# NOTE: Due to a bug in Install-PSResource with upstream feeds, we have to
13
# request an exact version. Otherwise, if a newer version is available in the
14
# upstream feed, it will fail to install any version at all.
15
-Install-PSResource -Verbose -TrustRepository -RequiredResource @{
+Install-PSResource -Verbose -TrustRepository -RequiredResource @{
16
InvokeBuild = @{
17
- version = "5.12.1"
+ version = "5.14.18"
18
repository = $PSRepository
19
- }
+ }
20
platyPS = @{
21
version = "0.14.2"
22
0 commit comments