Skip to content

Commit 983dca2

Browse files
committed
Show platyps install explicitly to troubleshoot build
1 parent 2fa6553 commit 983dca2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vsts-ci/templates/ci-general.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ steps:
6161
inputs:
6262
targetType: inline
6363
script: |
64-
Install-Module InvokeBuild -Scope CurrentUser -Force
65-
Install-Module platyPS -Scope CurrentUser -Force
64+
Install-Module InvokeBuild -Scope CurrentUser -Force -PassThru
65+
Install-Module platyPS -Scope CurrentUser -Force -Verbose -Passthru
6666
Invoke-Build -Configuration Release Package
6767
$PackageJson = Get-Content -Raw package.json | ConvertFrom-Json
6868
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-$($PackageJson.version).vsix)"

0 commit comments

Comments
 (0)