-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot install older versions of packages when using Azure Artifacts #609
Comments
Hi thanks for creating the detailed issue.
|
Thanks for getting back to me.
|
|
Thanks for the continued help -
|
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
When using azure artifacts, the version dropdown does not appear to do anything. Whenever I install a package it defaults to the newest available one even though I have selected an older one.
I did see the section in the README about turning off
supportsPackageIdSearchFilter
, which seemed to help see other versions but the issue still remains when trying to download them. And I also fiddled with other settings likepackageDownloadUrlTemplateOverwrite
and was still unsuccessful.If it helps, here are the structures for our links that we are trying to use:
feed URL: https://pkgs.dev.azure.com//_packaging//nuget/v3/index.json
here is the URL to get a specific version of the package, like the
packageDownloadUrlTemplateOverwrite
config option describes: https://feeds.dev.azure.com//_apis/packaging/Feeds//packages/{0}/versions/{1}NuGet Package: CSharpVitamins.ShortGuid 1.1.0
NuGetForUnity Version: 4.0.2
Unity Version: 2021.3.16f1
Operating System: Windows
The text was updated successfully, but these errors were encountered: