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 aabf092 commit bae4e4fCopy full SHA for bae4e4f
appveyor.yml
@@ -18,6 +18,7 @@ install:
18
Import-PackageProvider NuGet -Force | Out-Null
19
Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | 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 -Configuration Release
0 commit comments