We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89510c5 commit 72233eeCopy full SHA for 72233ee
1 file changed
test/SavePSResourceTests/SavePSResourceV3.Tests.ps1
@@ -156,7 +156,8 @@ Describe 'Test HTTP Save-PSResource for V3 Server Protocol' -tags 'CI' {
156
}
157
158
It "Save module and its dependencies" {
159
- $res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru
+ $DebugPreference = 'SilentlyContinue'
160
+ $res = Save-PSResource 'TestModuleWithDependencyE' -Repository $NuGetGalleryName -TrustRepository -PassThru -Debug -Verbose
161
$res.Length | Should -Be 4
162
163
0 commit comments