-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Build test artifacts for Alpine #11483
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Build test artifacts for Alpine #11483
Conversation
| { | ||
| win7-x64 { $packageName = "TestPackage-win.zip" } | ||
| linux-x64 { $packageName = "TestPackage-linux-x64.zip" } | ||
| linux-arm { $packageName = "TestPackage-linux-arm.zip" } |
There was a problem hiding this comment.
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"
|
@PoshChan Please retry macos |
|
@adityapatwardhan, successfully started retry of |
|
🎉 Handy links: |
PR Summary
Build test artifacts for Alpine which will be used in release automation
PR Context
Automating Alpine test automation
PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:or[ WIP ]to the beginning of the title (theWIPbot will keep its status check atPendingwhile the prefix is present) and remove the prefix when the PR is ready.