Skip to content

Commit 9568c8a

Browse files
committed
Use InvokeBuild 4.1.0
1 parent a432645 commit 9568c8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ image: Visual Studio 2017
44
before_build:
55
- ps: |
66
nuget install platyPS -Version 0.4.0 -source https://www.powershellgallery.com/api/v2 -outputDirectory . -ExcludeVersion
7-
nuget install InvokeBuild -Version 4.0.2 -source https://www.powershellgallery.com/api/v2 -outputDirectory . -ExcludeVersion
7+
nuget install InvokeBuild -Version 4.1.0 -source https://www.powershellgallery.com/api/v2 -outputDirectory . -ExcludeVersion
88
Import-Module .\platyPS
99
Import-Module .\InvokeBuild
1010

0 commit comments

Comments
 (0)