How to set PATH for all steps in Azure Pipeline Yaml? – Ubuntu
I want to define the PATH only once for the whole pipeline. Is this possible? I've done this, but it doesn't work: trigger: - master jobs: - job: Application pool: vmImage: ubuntu-latest steps: - task: CmdLine@2 displayName: "Install flutter" inputs:…