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
{{ message }}
This repository has been archived by the owner on Jul 14, 2020. It is now read-only.
If a project is using PackageReference, property generation still attempts to read packages.config and generate properties. However, there are no packages in the package folder so you get an error:
The NuGet repository 'XXX' does not exist. Ensure that NuGet is restore packages to the location specified in your NuGet.config.
We need to detect this condition and not try to create properties from packages.config
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If a project is using PackageReference, property generation still attempts to read packages.config and generate properties. However, there are no packages in the package folder so you get an error:
We need to detect this condition and not try to create properties from packages.config
The text was updated successfully, but these errors were encountered: