Skip to content

Commit

Permalink
Update manage-module
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Mar 17, 2021
1 parent 80f74f7 commit 786d87d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Publish/Manage-Module.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -153,12 +153,12 @@ $Configuration = @{
Verbose = $false
}
PublishModule = @{ # requires Enable to be on to process all of that
Enabled = $true
Enabled = $false
Prerelease = ''
RequireForce = $false
GitHub = $true
GitHub = $false
}
}
}

New-PrepareModule -Configuration $Configuration -Verbose
New-PrepareModule -Configuration $Configuration

0 comments on commit 786d87d

Please sign in to comment.