Skip to content

Commit bafe780

Browse files
authored
fix: --Version to --RequiredVersion (#443)
1 parent fb2d56a commit bafe780

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build/psgallery-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ stages:
166166
releaseNotes: |
167167
Install the $(Project) packages that you need via PowerShell Gallery, for instance [$(Project).ARM](https://www.powershellgallery.com/packages/$(Project).ARM/$(Build.BuildNumber)):
168168
```shell
169-
PS > Install-Module -Name $(Project).ARM --Version $(Build.BuildNumber)
169+
PS > Install-Module -Name $(Project).ARM --RequiredVersion $(Build.BuildNumber)
170170
```
171171
For a complete list of all $(Project) packages see the [documentation](https://scripting.arcus-azure.net/).
172172
## What's new?

0 commit comments

Comments
 (0)