We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8187860 commit f9e9905Copy full SHA for f9e9905
1 file changed
.build/scripts/Build-PSModule.ps1
@@ -162,7 +162,7 @@ function Build-PSModule {
162
Register-PSRepository -Name BuildOutput -SourceLocation $outputPath -PublishLocation $outputPath -InstallationPolicy Trusted *>$null
163
164
try {
165
- Publish-Module -Path $outputModulePath -Repository BuildOutput -Force *>$null
+ Publish-Module -Path $outputModulePath -Repository BuildOutput -Force -SkipDependencyCheck *>$null
166
}
167
finally {
168
Unregister-PSRepository -Name BuildOutput *>$null
0 commit comments