Quantcast
Channel: How to Create Artifacts feed in Azure DevOps only with dll - Stack Overflow
Viewing all articles
Browse latest Browse all 2

Answer by Kim Xu-MSFT for How to Create Artifacts feed in Azure DevOps only with dll

$
0
0

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: https://learn.microsoft.com/en-us/azure/devops/artifacts/quickstarts/universal-packages?view=azure-devops

Universal Package task in Azure Pipeline: https://learn.microsoft.com/en-us/azure/devops/pipelines/artifacts/universal-packages?toc=%2Fazure%2Fdevops%2Fartifacts%2Ftoc.json&bc=%2Fazure%2Fdevops%2Fartifacts%2Fbreadcrumb%2Ftoc.json&view=azure-devops&tabs=classic

Choose the dll file as "Path to file(s) to publish"

enter image description here


Viewing all articles
Browse latest Browse all 2

Trending Articles