We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c31315c commit cbe4a10Copy full SHA for cbe4a10
test/SavePSResourceTests/SavePSResourceV3Tests.ps1
@@ -155,4 +155,9 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
155
$pkg.Name | Should -Be 'test_module_with_license'
156
$pkg.Version | Should -Be '2.0.0'
157
}
158
+
159
+ It "Save module and its dependencies" {
160
+ $res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru
161
+ $res.Length | Should -Be 4
162
+ }
163
0 commit comments