-
Notifications
You must be signed in to change notification settings - Fork 7.7k
Use Microsoft.PowerShell.MarkdownRender
package from nuget.org
#14090
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
Conversation
I see the initial commit PowerShell/MarkdownRender@345e2f3 was on 2020-10-02. We should ensure changes made in the last few months are reflected in powershell/markdownrender: |
@@ -1825,8 +1825,7 @@ function New-ILNugetPackage | |||
"Microsoft.PowerShell.SDK.dll", | |||
"Microsoft.WSMan.Management.dll", | |||
"Microsoft.WSMan.Runtime.dll", | |||
"System.Management.Automation.dll", | |||
"Microsoft.PowerShell.MarkdownRender.dll") |
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.
This file should be signed in your build, so can you remove it from our signing?
bef5d57
to
cc4be30
Compare
@TravisEz13 - please re-review |
@rjmholt This is ready for review now. |
@xtqqczze - Filed issue in MarkdownRender repo to make sure the improvements mentioned above are taken there: PowerShell/MarkdownRender#11 |
@rjmholt This is ready to merge. |
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
This pull request has been automatically marked as Review Needed because it has been there has not been any activity for 7 days. |
3d962c4
to
091f2f2
Compare
@PoshChan please remind me in 1 hour |
@rjmholt, this is the reminder you requested 1 hour ago |
🎉 Handy links: |
PR Summary
The code for
Microsoft.PowerShell.MarkdownRender
has been moved to a separate repository https://github.com/powershell/markdownrender. This PR removes the code from this repository and uses the package from nuget.org insteadPR Context
PR Checklist
.h
,.cpp
,.cs
,.ps1
and.psm1
files have the correct copyright headerWIP:
or[ WIP ]
to the beginning of the title (theWIP
bot will keep its status check atPending
while the prefix is present) and remove the prefix when the PR is ready.