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
choco: use the full path of nupkg for pushing to community feed
using a glob pattern with '*' in the name doesn't work
the generated nupkg file name is of the form 'crc.2.19.0.nupkg' so we first
strip the leading 'v' from the tag name and set a shell varible CRC_VERSION
with the version number and use it while running `choco push`
0 commit comments