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.
2 parents 237017c + 2698f4a commit f9de6ddCopy full SHA for f9de6dd
appveyor.yml
@@ -12,7 +12,11 @@ install:
12
Install-PackageProvider -Name NuGet -Force | Out-Null
13
14
Install-Module PowerShellGet -Scope CurrentUser -Force
15
+
16
+ Remove-Module PowerShellGet -Force
17
18
+ Import-Module PowerShellGet -Force
19
build_script:
-- ps: .\build.ps1 -Revision $env:APPVEYOR_BUILD_NUMBER
20
+- ps: .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER"
21
deploy_script:
22
- ps: start powershell -wait { Publish-Module -Path .\UnitySetup -NugetAPIKey $env:NugetAPIKey }
0 commit comments