We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b15876 commit fcf9be5Copy full SHA for fcf9be5
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
- ps: |
19
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
20
Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null
21
+ Install-Module platyPS -RequiredVersion 0.7.6 -Scope CurrentUser -Force | Out-Null
22
23
build_script:
24
- ps: Invoke-Build
build/travis.ps1
@@ -1,5 +1,6 @@
1
# Install InvokeBuild
2
Install-Module InvokeBuild -Scope CurrentUser -Force
3
+Install-Module PlatyPS -Scope CurrentUser -Force
4
5
# Build the code and perform tests
6
Import-module InvokeBuild
0 commit comments