Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 506b2dc

Browse files
committed
Move InvokeBuild inline
1 parent 0b7dc4f commit 506b2dc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ steps:
6161
inputs:
6262
targetType: inline
6363
script: |
64+
Install-Module -Name InvokeBuild -Force -Scope CurrentUser -RequiredVersion 5.10.3
6465
Invoke-Build -InstallPrerequisites -Configuration Release Package
6566
$PackageJson = Get-Content -Raw package.json | ConvertFrom-Json
6667
Write-Host "##vso[task.setvariable variable=vsixPath]$(Resolve-Path powershell-$($PackageJson.version).vsix)"

requirements.psd1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
Pwsh = '7.2.0'
33
Node = '16.14.2'
44
Modules = @(
5-
@{ ModuleName = 'InvokeBuild'; RequiredVersion = '5.10.3' }
65
@{ ModuleName = 'Pester'; RequiredVersion = '5.4.1.0' } #For PSES Build. TODO: Remove once we hook into PSES build script
76
@{ ModuleName = 'PSScriptAnalyzer'; RequiredVersion = '1.21.0' } #For PSES Build
87
@{ ModuleName = 'platyPS'; RequiredVersion = '0.14.2' } #For PSES Build

0 commit comments

Comments
 (0)