Access Nuget Packages hosted in private Nuget server in Azure Functions

后端 未结 2 1060
终归单人心
终归单人心 2020-12-14 21:33

How can I access nuget packages hosted in private nuget server in Azure Functions?. Is there any way I can specify my private nuget server info?

Thanks!

2条回答
  •  夕颜
    夕颜 (楼主)
    2020-12-14 22:20

    There are several posts related to your question if we assume that your private nuget package can be deployed as a simple .Net library:

    • Execute pre-compiled .NET code as Azure Function
    • How do you include references to external assemblies in Azure Functions
    • How do I use external assemblies with Microsoft Azure Function Apps?
    • How to put the entry point of an Azure Function inside a .NET DLL?

提交回复
热议问题