Skip to content

Commit 62c4af1

Browse files
committed
Add 'SkipModuleManifestValidate' when publishing AIShell module
1 parent de8de00 commit 62c4af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pipelines/templates/module-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
try {
8282
$RepoName = "PSRLLocal"
8383
Register-PSResourceRepository -Name $RepoName -Uri $nugetPath -Trusted
84-
Publish-PSResource -Repository $RepoName -Path $moduleFolder
84+
Publish-PSResource -Repository $RepoName -Path $moduleFolder -SkipModuleManifestValidate
8585
} finally {
8686
Unregister-PSResourceRepository -Name $RepoName -ErrorAction SilentlyContinue
8787
}

0 commit comments

Comments
 (0)