Skip to content

Commit 5c80bcc

Browse files
committed
Added PowerShell version requirement to nightly and debug builds
1 parent 521ea6b commit 5c80bcc

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

build/Build-Debug.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ if ($LASTEXITCODE -eq 0) {
151151
Author = 'Microsoft 365 Patterns and Practices'
152152
CompanyName = 'Microsoft 365 Patterns and Practices'
153153
CompatiblePSEditions = @('Core')
154+
PowerShellVersion = '7.4.4'
154155
ProcessorArchitecture = 'None'
155156
FunctionsToExport = '*'
156157
CmdletsToExport = @($cmdletsString)

build/Build-Nightly.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,8 @@ if ($runPublish -eq $true) {
158158
Description = 'Microsoft 365 Patterns and Practices PowerShell Cmdlets'
159159
GUID = '0b0430ce-d799-4f3b-a565-f0dca1f31e17'
160160
Author = 'Microsoft 365 Patterns and Practices'
161-
CompanyName = 'Microsoft 365 Patterns and Practices'
161+
CompanyName = 'Microsoft 365 Patterns and Practices'
162+
PowerShellVersion = '7.4.4'
162163
ProcessorArchitecture = 'None'
163164
FunctionsToExport = '*'
164165
CmdletsToExport = @($cmdletsString)

0 commit comments

Comments
 (0)