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 bd392e3 commit ece7e1eCopy full SHA for ece7e1e
test/PublishPSResourceTests/CompressPSResource.Tests.ps1
@@ -155,7 +155,6 @@ Describe "Test Compress-PSResource" -tags 'CI' {
155
}
156
157
It "Compress-PSResource -PassThru returns the path to the nupkg" {
158
- Wait-Debugger
159
$version = "1.0.0"
160
New-ModuleManifest -Path (Join-Path -Path $script:PublishModuleBase -ChildPath "$script:PublishModuleName.psd1") -ModuleVersion $version -Description "$script:PublishModuleName module"
161
0 commit comments