Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Commit

Permalink
chore: update release notes w example (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
stijnmoreels authored May 3, 2022
1 parent 2644775 commit a5df4b6
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 @@ -107,8 +107,18 @@ stages:
parameters:
repositoryName: '$(GitHub.Repository)'
releaseNotes: |
Install new version via [NuGet](https://www.nuget.org/packages/Arcus.BackgroundJobs.CloudEvents/$(Build.BuildNumber))
Install the $(Project) packages that you need via NuGet, for instance [$(Project).KeyVault](https://www.nuget.org/packages/$(Project).KeyVault/$(Build.BuildNumber)):
```shell
PM > Install-Package Arcus.BackgroundJobs.CloudEvents --Version $(Build.BuildNumber)
PM > Install-Package $(Project).KeyVault --Version $(Build.BuildNumber)
```
For a complete list of all $(Project) packages see the [documentation](https://background-jobs.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 a5df4b6

Please sign in to comment.