Skip to content

nugetsource

starkos edited this page Apr 10, 2021 · 4 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       This wiki is no longer being maintained.


Used to specify the NuGet package source. Only NuGet "galleries" are currently supported. Defaults to the official NuGet Gallery at nuget.org.

nugetsource "url"

Parameters

url is the NuGet v3 feed URL.

Applies To

The project scope.

Availability

Premake 5.0.0 alpha 12 or later.

Examples

nugetsource "https://api.nuget.org/v3/index.json"

See Also

Clone this wiki locally