Add PSGallery publishing support

This commit is contained in:
Kevin Marquette
2018-08-17 04:59:21 -07:00
parent 49332ecf34
commit c3da819e5f
5 changed files with 38 additions and 4 deletions

View File

@@ -21,6 +21,9 @@ Get-PackageProvider -Name 'NuGet' -ForceBootstrap | Out-Null
Update-LDModule -Name $Script:Modules -Scope $Script:ModuleInstallScope
Set-BuildEnvironment
Get-ChildItem Env:BH*
Get-ChildItem Env:APPVEYOR*
$Error.Clear()
'Invoking build...'
@@ -32,4 +35,4 @@ if ($Result.Error)
exit 1
}
exit 0
exit 0