Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Next Next commit
ci: Added readme tag to nuspec to display README.md on nuget.org
Signed-off-by: mrickard <[email protected]>
  • Loading branch information
mrickard committed Sep 11, 2024
commit b3d821f27e8348bf91cbee6bbf7b94d549f6cdbe
2 changes: 1 addition & 1 deletion cloud-tooling/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ This repository contains various cloud based tools for the New Relic Node Agent
## Getting Started
Please refer to the README of any of the cloud based tools:

- [Azure Site Extensions](./azure-site-extension/README.md)
- [Azure Site Extensions](./azure-site-extension/Content/README.md)

Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<projectUrl>https://github.com/newrelic/node-newrelic</projectUrl>
<requireLicenseAcceptance>true</requireLicenseAcceptance>
<description>This extension adds the New Relic Node Agent to your Azure WebSite.</description>
<readme>Content\README.md</readme>
<iconUrl>https://newrelic.com/static-assets/images/icons/avatar-newrelic.png</iconUrl>
<icon>images\icon.png</icon>
<copyright>New Relic, Inc., 2024</copyright>
Expand Down