Skip to content
Merged
Changes from all commits
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
2 changes: 1 addition & 1 deletion .ci/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
displayName: 'Capture PowerShellGet module NuGet package path and set environment variable'

- task: NuGetCommand@2
displayName: 'Push Microsoft.PowerShell.Store module artifacts to PSGallery feed'
displayName: 'Push PowerShellGet module artifacts to PSGallery feed'
inputs:
command: push
packagesToPush: '$(NugetPkgPath)'
Expand Down