File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed
Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -10,13 +10,13 @@ environment:
1010 secure : zvkaZiaBXVko+3ZzuSb7W6DTUJmHX98XgEhKs28SnGD+4TM3gzhPxVnNWSmBhXEx
1111install :
1212- ps : >-
13- Install-PackageProvider -Name NuGet -Force | Out-Null
13+ Install-PackageProvider -Name NuGet -Force
1414
15- Remove-Module 'PowerShellGet' -Force -ErrorAction SilentlyContinue
15+ Remove-Module 'PowerShellGet' -Force -ErrorAction SilentlyContinue -Verbose
1616
17- Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber
17+ Install-Module 'PowerShellGet' -Scope CurrentUser -Force -AllowClobber -Verbose
1818
19- Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber
19+ Install-Module 'powershell-yaml' -Scope CurrentUser -Force -AllowClobber -Verbose
2020build_script :
2121- ps : .\build.ps1 -Revision "$env:APPVEYOR_BUILD_NUMBER" -Suffix "$env:APPVEYOR_REPO_BRANCH"
2222deploy_script :
Original file line number Diff line number Diff line change 11param ([int ]$Revision = 0 , [string ]$Suffix = ' ' )
2+ Import-Module ' PowerShellGet' - Force
3+
24$ErrorActionPreference = ' Stop'
35
46$manifest = Test-ModuleManifest .\UnitySetup\UnitySetup.psd1
You can’t perform that action at this time.
0 commit comments