Created
March 29, 2018 16:36
-
-
Save johnmmoss/3d93e125fb3b0c06f384a172e02e4e49 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Register a new Repository | |
Register-PSRepository | |
-Name PSRepository | |
-PackageManagementProvider NuGet | |
-InstallationPolicy Trusted | |
-Credential Get-Credential | |
-SourceLocation https://<project-name>.pkgs.visualstudio.com/_packaging/<repo-name>/nuget/v3/index.json | |
-PublishLocation https://<project-name>.pkgs.visualstudio.com/_packaging/<repo-name>/nuget/v3/index.json | |
# Display Repositorys | |
Get-PSRepository |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment