Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions tools/releaseBuild/azureDevOps/templates/testartifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ jobs:
linux-arm { $packageName = "TestPackage-linux-arm.zip" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

@adityapatwardhan, your last commit had 1 failures in PowerShell-CI-macos
Test-Connection.TraceRoute.TraceRoute works

Cannot index into a null array.
at <ScriptBlock>, /Users/runner/runners/2.163.1/work/1/s/test/powershell/Modules/Microsoft.PowerShell.Management/Test-Connection.Tests.ps1: line 250
250:             $result[0] | Should -BeOfType "Microsoft.PowerShell.Commands.TestConnectionCommand+TraceStatus"

linux-arm64 { $packageName = "TestPackage-linux-arm64.zip" }
osx-x64 { $packageName = "TestPackage-macOS.zip" }
linux-musl-x64 { $packageName = "TestPackage-alpine-x64.zip"}
}

Rename-Item $(System.ArtifactsDirectory)/TestPackage.zip $packageName
Expand All @@ -42,5 +43,6 @@ jobs:
BuildTestPackage -runtime linux-arm
BuildTestPackage -runtime linux-arm64
BuildTestPackage -runtime osx-x64
BuildTestPackage -runtime linux-musl-x64

displayName: Build test package and upload