File tree 2 files changed +1
-1
lines changed 2 files changed +1
-1
lines changed Original file line number Diff line number Diff line change 61
61
inputs :
62
62
targetType : inline
63
63
script : |
64
+ Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
64
65
Invoke-Build -InstallPrerequisites -Configuration Release Package
65
66
$PackageJson = Get-Content -Raw package.json | ConvertFrom-Json
66
67
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-$($PackageJson.version).vsix)"
Original file line number Diff line number Diff line change 2
2
Pwsh = ' 7.2.0'
3
3
Node = ' 16.14.2'
4
4
Modules = @ (
5
- @ { ModuleName = ' InvokeBuild' ; RequiredVersion = ' 5.10.3' }
6
5
@ { ModuleName = ' Pester' ; RequiredVersion = ' 5.4.1.0' } # For PSES Build. TODO: Remove once we hook into PSES build script
7
6
@ { ModuleName = ' PSScriptAnalyzer' ; RequiredVersion = ' 1.21.0' } # For PSES Build
8
7
@ { ModuleName = ' platyPS' ; RequiredVersion = ' 0.14.2' } # For PSES Build
You can’t perform that action at this time.
0 commit comments