0
arbasu@microsoft.com created
- UI type: Angular
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): yes (Identity server separated)
- Exception message and stack trace:
- Steps to reproduce the issue:"
I am trying to restore nuget for abp commercial in azure devops build task. Can we use the nuget-authenticate task which is recommended these days as opposed to the regular nuget task. https://docs.microsoft.com/en-us/azure/devops/pipelines/tasks/package/nuget-authenticate?view=azure-devops
In thie case do we have a specific format of the url for the nuget connection e.g current format of nuget source: https://nuget.abp.io/<myapikey>/v3/index.json can we change this to https://nuget.abp.io/v3/index.json and pass api-key separately
2 Answer(s)
-
1
Hi,
Unfortunately
api-key
is not supported at the moment. -
0
Thanks