Ubuntu – Azure DevOps auto conversion of value to integer type in yaml
Given this Azure DevOps yaml for a test pipeline: trigger: - master pool: vmImage: ubuntu-latest parameters: - name: dotnetVersion type: string default: '8.0' - name: build_config type: object default: - solution: name: TestProject vsBuild: false dotnetBuild: true buildConfiguration: Debug buildPlatform:…