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 de8de00 commit 62c4af1Copy full SHA for 62c4af1
.pipelines/templates/module-package.yml
@@ -81,7 +81,7 @@ jobs:
81
try {
82
$RepoName = "PSRLLocal"
83
Register-PSResourceRepository -Name $RepoName -Uri $nugetPath -Trusted
84
- Publish-PSResource -Repository $RepoName -Path $moduleFolder
+ Publish-PSResource -Repository $RepoName -Path $moduleFolder -SkipModuleManifestValidate
85
} finally {
86
Unregister-PSResourceRepository -Name $RepoName -ErrorAction SilentlyContinue
87
}
0 commit comments