Skip to content

Commit

Permalink
Update manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdriscoll committed Oct 27, 2019
1 parent 68cc303 commit db95d47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/UniversalDashboard/New-UDModuleManifest.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,8 @@ $manifestParameters = @{
New-ModuleManifest @manifestParameters

if ($prerelease -ne $null) {
Update-ModuleManifest -Path "$outputDirectory\UniversalDashboard.Community.psd1" -RequireLicenseAcceptance -Prerelease $prerelease
} else {
Update-ModuleManifest -Path "$outputDirectory\UniversalDashboard.Community.psd1" -RequireLicenseAcceptance
}
Update-ModuleManifest -Path "$outputDirectory\UniversalDashboard.Community.psd1" -Prerelease $prerelease
}

if ($Configuration -eq "Debug") {
@("UniversalDashboard.psm1", "UniversalDashboardServer.psm1", "UniversalDashboard.Community.psd1", "UniversalDashboard.Controls.psm1") | ForEach-Object {
Expand Down

0 comments on commit db95d47

Please sign in to comment.