Skip to content

Commit ceb2b5f

Browse files
dependjinbot[bot]dependjinbot
andauthored
Updated one or more module dependencies in build.ps1 (#243)
Co-authored-by: dependjinbot <[email protected]>
1 parent b2f7cd5 commit ceb2b5f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ param (
7474
[version] $BuildModuleVersion = "1.5.12",
7575

7676
[Parameter()]
77-
[version] $InvokeBuildModuleVersion = "5.12.1"
77+
[version] $InvokeBuildModuleVersion = "5.11.3"
7878
)
7979
$ErrorActionPreference = $ErrorActionPreference ? $ErrorActionPreference : 'Stop'
8080
$InformationPreference = 'Continue'
@@ -173,4 +173,4 @@ task PrePackage {}
173173
task PostPackage {}
174174
task PrePublish {}
175175
task PostPublish {}
176-
task RunLast {}
176+
task RunLast {}

0 commit comments

Comments
 (0)