Open
Description
Prerequisites
- Write a descriptive title.
- Make sure you are able to repro it on the latest released version
- Search the existing issues.
Steps to reproduce
If you register a v3 feed and then try to use a resource lifecycle cmdlet it will trigger a unsupported dependency warning multiple times.
Expected behavior
Single warning is generated
Actual behavior
Save-PSResource anypackage -Repository psgallery-remote -Path Temp:
WARNING: Installing dependencies is not currently supported for V3 server protocol repositories. The package will be installed without installing dependencies.
WARNING: Installing dependencies is not currently supported for V3 server protocol repositories. The package will be installed without installing dependencies.
Error details
No response
Environment data
7.4-preview5
rc1
Visuals
No response