You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An AzDO task was added to our pipeline that downloads a couple nuget packages from our MyGet feed. The reason this task was added is because there is a bug with nuget today where the nuget.config we have setup (which includes both of the myget feeds used in the script) does not get used when installing sub-dependencies.
For more clarity, this is related to the sdk-type bindings work. You can see the code I am referring to here. This issue can be resolved once the WebJobs package is publicly released.
An AzDO task was added to our pipeline that downloads a couple nuget packages from our MyGet feed. The reason this task was added is because there is a bug with nuget today where the nuget.config we have setup (which includes both of the myget feeds used in the script) does not get used when installing sub-dependencies.
PR where this task was originally added: #8902
The text was updated successfully, but these errors were encountered: