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
baseTwo
changed the title
Add support to install the CQL Packager as a dotnet tool
Investigate if support to install the CQL Packager as a dotnet tool still works
Sep 24, 2024
The process works for me smoothly, without any token update or change to sources. I have nuget.org configured as the only source:
The --prerelease options is currently required, because no full release was published yet.
From your screenshots I see that you are installing v2.0.4-build-20240924-2 - which is not available on nuget.org.
I assume your process is retrieving the package from github. That might be the reason, why you need to provide the token. Can you try on a system that has only nuget.org configured?
According to online documentation one is supposed to easily install the CQL Packager via the dotnet tool installed like so:
dotnet tool install Hl7.Cql.Packager --global --prerelease
Investigate if this is still working. If not, it needs to be implemented. Also check that the documentation is still valid
The text was updated successfully, but these errors were encountered: