↧
Answer by Kim Xu-MSFT for How to Create Artifacts feed in Azure DevOps only...
In this scenario, you could create Universal Package instead of Nuget with the dll file.Both Azure CLI and Azure Pipeline task are supported to publish and download Universal Package.Azure CLI:...
View ArticleHow to Create Artifacts feed in Azure DevOps only with dll
I have found that we can create private Artifact feed in Azure DevOps pipeline by build, Pack and Push task in YAML Pipeline when we have source code.But now I have access to one third party dll (but...
View Article