We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fa6553 commit 983dca2Copy full SHA for 983dca2
.vsts-ci/templates/ci-general.yml
@@ -61,8 +61,8 @@ steps:
61
inputs:
62
targetType: inline
63
script: |
64
- Install-Module InvokeBuild -Scope CurrentUser -Force
65
- Install-Module platyPS -Scope CurrentUser -Force
+ Install-Module InvokeBuild -Scope CurrentUser -Force -PassThru
+ Install-Module platyPS -Scope CurrentUser -Force -Verbose -Passthru
66
Invoke-Build -Configuration Release Package
67
$PackageJson = Get-Content -Raw package.json | ConvertFrom-Json
68
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-$($PackageJson.version).vsix)"
0 commit comments