I'm having an issue where NuGet is restoring an old package version from Artifacts. Once the revision number reached .10 the NuGet continues to restore the older version which is .9.
NuGet Version running on the Azure DevOps server: 6.7.0.127
Here is an image of the two version numbers of the artifact:
I've tried setting the advanced option to Disable local cache but the Restore step still uses the older package version of .9. I've tried deleting the package from the server and NuGet still restores the older version. I'm at a loss to why this is happening.
You can reference the documentation "Install and manage packages in Visual Studio using the NuGet Package Manager" to restore the latest package versions:
.sln
or.csproj
) in Visual Studio.