We published latest version with build suffix as environment. It is published in the artifact feed but it is not showing in Visual Studio.
The versions with just build number like 2.0.1 is showing and missing 2.0.1-env.
Included version suffix in .csproj
Included version suffix in version number in Azure pipeline
In the rules of NuGet package versioning, any version number has a
-Suffixwill be considered as apre-releasepackage version. See "NuGet Package version Reference".In Visual Studio, on the "
Manage NuGet Packages..." window, it will not list thepre-releasepackage versions by default.To let the
pre-releasepackage versions can be listed, you need to enable the "Include prerelease" option on the window.