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
Seems like the issue is that using AzDo task NuGetCommand@2 doesn't create the package as expected, which is what is used by the customer. Using DotNetCoreCLI@2 task works as expected and the package contains the files in the format expected. The suggestion here is to use that DotNetCoreCLI instead. A working sample pipeline yml file was send to the user.
Pull the built NuGet package into a new Visual Studio project.
EXPECTED:
Package runs and no dependency issues are found
ACTUAL:
Package fails when trying to find Azure Regions file
The text was updated successfully, but these errors were encountered: