Publishing to Azure Artifacts The following commands can be used as a reference for the previous chapter nuget sources list nuget source...
Publishing to Azure Artifacts
The following commands can be used as a reference for the previous chapter
- nuget sources list
- nuget sources add -Name demofeed -Source "https://pkgs.dev.azure.com/ramansharma95/demo-project/_packaging/demofeed/nuget/v3/index.json" -username feed -password nu2lhnscukzokiqa7hbtb3wzpwmkzid4xfj4mru3cbkkazccejwa
- nuget push -Source "demofeed" -ApiKey az demolibrary2000.1.0.0.nupkg
COMMENTS