How to read variable as a Number in Azure DevOps Pipelines?
I have an Azure DevOps Build Pipeline YAML file that takes variables from the 'Variables' button as opposed to having "variables:" in the YAML file itself. I'm trying to pass a Number to a step that requires a Number as…