File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 33build.ps1 is designed to run on windows
44
55- PowerShell Desktop 5.1
6- - PowerShell [ 7.5.0 ] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.5.0-preview.4 ) for .net 9.0 tests
6+ - PowerShell [ 7.5.3 ] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.5.3 ) for .net 9.0 tests
77- PowerShell [ 7.3.0] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.3.0 ) for .net 8.0 tests
8- - PowerShell [ 7.2.1] ( https://github.com/PowerShell/PowerShell/releases/tag/v7.2.1 ) for .net 6.0 tests
98- Install-Module -Name [ InvokeBuild] ( https://www.powershellgallery.com/packages/InvokeBuild )
109- Install-Module -Name [ ThirdPartyLibraries] ( https://www.powershellgallery.com/packages/ThirdPartyLibraries )
1110- .net framework 4.7.2+ sdk
Original file line number Diff line number Diff line change @@ -188,7 +188,8 @@ task PsCoreTest {
188188 , ' mcr.microsoft.com/powershell:7.2.2-ubuntu-20.04'
189189 , ' mcr.microsoft.com/powershell:7.3-ubuntu-20.04'
190190 , ' mcr.microsoft.com/powershell:7.4-ubuntu-20.04'
191- , ' mcr.microsoft.com/powershell:preview-7.5-ubuntu-20.04' )
191+ , ' mcr.microsoft.com/powershell:7.5-ubuntu-24.04'
192+ , ' mcr.microsoft.com/powershell:preview-7.6-ubuntu-24.04' )
192193
193194 $builds = @ ()
194195 foreach ($image in $images ) {
You can’t perform that action at this time.
0 commit comments