Skip to content

Commit

Permalink
chore: update release notes header with example (#363)
Browse files Browse the repository at this point in the history
* chore: update release notes header with example

Update the release notes header with NuGet installation example.

Relates to arcus-azure/arcus#198

* Update nuget-release.yml

* Update nuget-release.yml
  • Loading branch information
stijnmoreels authored Apr 22, 2022
1 parent 507d34c commit 1da5d7a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions build/nuget-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,18 @@ stages:
parameters:
repositoryName: '$(Repository)'
releaseNotes: |
Install new version via [NuGet](https://www.nuget.org/packages/$(Project).Correlation/$(Build.BuildNumber))
Install the Arcus.Observability packages that you need via NuGet, for instance [$(Project).Telemetry.Serilog.Sinks.ApplicationInsights](https://www.nuget.org/packages/$(Project).Telemetry.Serilog.Sinks.ApplicationInsights/$(Build.BuildNumber)):
```shell
PM > Install-Package $(Project).Correlation --Version $(Build.BuildNumber)
PM > Install-Package $(Project).Telemetry.Serilog.Sinks.ApplicationInsights --Version $(Build.BuildNumber)
```
For a complete list of all Arcus.Security packages see the [documentation](https://observability.arcus-azure.net/).
## What's new?
### Features
* Provide the capability to do something (#123)
### Fixes / Changes
None.
### Breaking Changes
None.
### Removal
None.
- template: nuget/publish-official-package.yml@templates

0 comments on commit 1da5d7a

Please sign in to comment.