Files
ImportExcel/PublishToGallery.ps1
2021-06-20 12:11:14 -04:00

6 lines
91 B
PowerShell

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