Files
ImportExcel/PublishToGallery.ps1
2019-12-01 18:46:45 +00:00

6 lines
91 B
PowerShell

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