Skip to content

Commit

Permalink
add test for powershell 7.2.0 preview 4
Browse files Browse the repository at this point in the history
  • Loading branch information
max-ieremenko committed Apr 4, 2021
1 parent 18a6e32 commit 3ddb300
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Build/build-tasks.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ task IntegrationTest {
@{ File = "build-tasks.it-ps-core.ps1"; Task = "Test"; settings = $settings; image = "mcr.microsoft.com/powershell:7.1.0-ubuntu-18.04" }
@{ File = "build-tasks.it-ps-core.ps1"; Task = "Test"; settings = $settings; image = "mcr.microsoft.com/powershell:7.1.2-ubuntu-20.04" }
@{ File = "build-tasks.it-ps-core.ps1"; Task = "Test"; settings = $settings; image = "mcr.microsoft.com/powershell:7.2.0-preview.2-ubuntu-20.04" }
@{ File = "build-tasks.it-ps-core.ps1"; Task = "Test"; settings = $settings; image = "mcr.microsoft.com/powershell:7.2.0-preview.4-ubuntu-20.04" }

@{ File = "build-tasks.it-tool-linux.ps1"; Task = "Test"; settings = $settings; image = "sqldatabase/dotnet_pwsh:2.2-sdk" }
@{ File = "build-tasks.it-tool-linux.ps1"; Task = "Test"; settings = $settings; image = "sqldatabase/dotnet_pwsh:3.1-sdk" }
Expand Down

0 comments on commit 3ddb300

Please sign in to comment.