10 lines
449 B
PowerShell
10 lines
449 B
PowerShell
$moduleName = 'ITD.POC'
|
|
|
|
Register-PSRepository -Name ITD_PwshGalleryPOC `
|
|
-SourceLocation https://itdscmt1.nd.gov/ITD_PwshGallery/nuget/ `
|
|
-PublishLocation https://itdscmt1.nd.gov/ITD_PwshGallery/nuget/ `
|
|
-InstallationPolicy Trusted
|
|
|
|
#$modulePath = Join-Path -Path $env:SYSTEM_DEFAULTWORKINGDIRECTORY -ChildPath "$moduleName.psm1"
|
|
|
|
Publish-Module -Path $env:SYSTEM_DEFAULTWORKINGDIRECTORY -Repository ITD_PwshGalleryPOC -NuGetApiKey 'zm' |