-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Build and package framework dependent package #7729
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 and package framework dependent package #7729
Conversation
tools/releaseBuild/Images/microsoft_powershell_windowsservercore/PowerShellPackage.ps1
Show resolved
Hide resolved
TravisEz13
left a comment
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.
nothing blocking
|
Although the changes look 'reasonable', it's difficult for me to determine if the results actually work for the intended purpose. Is there any way we can create a test verify the result? |
|
UpdatableHelpSystem failures in PowerShell-CI-linux. |
|
@anmenaga The failures are due to "Network unreachable" issue when downloading from download center. Other help tests work as they are downloading help from Azure blob storage. |
|
@dantraMSFT I have filed an issue to tracking adding new tests for framework dependent package #7750 |
daxian-dbw
left a comment
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.
LGTM
|
travis-ci finished and did not update: https://travis-ci.org/PowerShell/PowerShell/builds/426798974?utm_source=github_status&utm_medium=notification |
Add the functionality to build a framework dependent (shared framework) package for PowerShell. The changes create two packages, one for Windows and other for Linux, due to #if code.
PR Summary
Add the functionality to build a framework dependent (shared framework) package for PowerShell.
The changes create two packages, one for Windows and other for Linux, due to
#ifcode.PR Checklist
.h,.cpp,.cs,.ps1and.psm1files have the correct copyright headerWIP:to the beginning of the title and remove the prefix when the PR is ready.[feature]if the change is significant or affects feature tests