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 5dfa09b commit 4aec6e0Copy full SHA for 4aec6e0
appveyor.yml
@@ -14,7 +14,10 @@ environment:
14
15
install:
16
- ps: |
17
+
18
Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force | Out-Null
19
+ Import-PackageProvider NuGet -Force | Out-Null
20
+ Set-PSRepository -Name PSGallery -InstallationPolicy Trusted | Out-Null
21
Install-Module InvokeBuild -RequiredVersion 3.2.1 -Scope CurrentUser -Force | Out-Null
22
23
build_script:
0 commit comments