Skip to content

Update build and release pipeline#131

Draft
andyleejordan wants to merge 3 commits intov2from
update-build
Draft

Update build and release pipeline#131
andyleejordan wants to merge 3 commits intov2from
update-build

Conversation

@andyleejordan
Copy link
Member

New build and release pipeline for a 2.0.8 release.

@andyleejordan andyleejordan force-pushed the update-build branch 4 times, most recently from 6a6a562 to 51bf0f6 Compare February 4, 2026 01:40
"PSForEachObjectParallel",
"PSImplicitRemotingBatching",
"Microsoft.PowerShell.Utility.PSDebugRunspaceWithBreakpoints",
"PSDesiredStateConfiguration.InvokeDscResource"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was for v3 and should no longer be needed


- name: Test Windows PowerShell
run: |
Install-Module Pester -Scope CurrentUser -Force -SkipPublisherCheck
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should specify the version needed

Comment on lines 26 to 32
Function global:Test-IsInvokeDscResourceEnable {
# ExperimentalFeature is only available in PowerShell 7+
if ($PSVersionTable.PSVersion.Major -lt 7) {
return $false
}
return [ExperimentalFeature]::IsEnabled("PSDesiredStateConfiguration.InvokeDscResource")
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was only for PSDSC v3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants