Azure pipeline set npm version variable and use in Git tag
I'm trying to get the npm version from package.json and use it to tag my git repo, but seems it's not working because the variable seems to be "preloaded" before it is set. I've created a commandline task that just…