Azure / container-apps-deploy-pipelines-task

Azure Pipelines Task (Release Candidate) for building and deploying Azure Container Apps
MIT License
6 stars 10 forks source link

Updated check for OS used when executing task #23

Closed cormacpayne closed 1 year ago

cormacpayne commented 1 year ago

In the stable monorepo, many tasks are checking the OS used when executing a task via the os.platform() method, and any task referencing the AGENT.OS environment variable is doing so only for telemetry, so this PR aims to update the logic so that we're in-line with what other tasks are using for checking OS.