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