update
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
$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'
|
||||
Reference in New Issue
Block a user