Files
ImportExcel/PublishToGallery.ps1
2019-11-02 08:54:04 -04:00

6 lines
91 B
PowerShell

$p = @{
Name = "ImportExcel"
NuGetApiKey = $NuGetApiKey
}
Publish-Module @p