mirror of
https://github.com/dfinke/ImportExcel.git
synced 2025-12-06 00:23:20 +00:00
6 lines
91 B
PowerShell
6 lines
91 B
PowerShell
$p = @{
|
|
Name = "ImportExcel"
|
|
NuGetApiKey = $NuGetApiKey
|
|
}
|
|
|
|
Publish-Module @p |