Overview
How to get NuGets?
Connect to the following NuGet Feeds to get a specific NuGet package.
Feed: HSRelease
Package source URL: https://vietfs.hs.local/tfs/DefaultCollection/_packaging/HSRelease/nuget/v3/index.json
The following command will add this feed to the local sources automatically:
nuget.exe sources Add -Name "HSRelease" -Source "https://vietfs.hs.local/tfs/DefaultCollection/_packaging/HSRelease/nuget/v3/index.json"
Important:
- Last 10 (Nightly) NuGet packages will be kept
- All Release NuGet Packages will be kept
- Will search also in NuGet.org
Feed: HSExternal
Package source URL: https://vietfs.hs.local/tfs/DefaultCollection/_packaging/HSExternal/nuget/v3/index.json
The following command will add this feed to the local sources automatically:
nuget.exe sources Add -Name "HSExternal" -Source "https://vietfs.hs.local/tfs/DefaultCollection/_packaging/HSExternal/nuget/v3/index.json"
Important:
- All NuGet packages will be kept