We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a432645 commit 9568c8aCopy full SHA for 9568c8a
appveyor.yml
@@ -4,7 +4,7 @@ image: Visual Studio 2017
4
before_build:
5
- ps: |
6
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
+ nuget install InvokeBuild -Version 4.1.0 -source https://www.powershellgallery.com/api/v2 -outputDirectory . -ExcludeVersion
8
Import-Module .\platyPS
9
Import-Module .\InvokeBuild
10
0 commit comments