We're a place where coders share, stay up-to-date and grow their careers.
Was able to repro. Found a bug. Tracked here: github.com/Azure/azure-functions-v...
workaround is to make sure 2.x is on the build box as well. I changed my deploy script to this and it worked in the interim.
- task: UseDotNet@2 inputs: packageType: 'sdk' version: '2.1.x' - task: UseDotNet@2 inputs: packageType: 'sdk' version: '3.0.x'
Was able to repro. Found a bug. Tracked here: github.com/Azure/azure-functions-v...
workaround is to make sure 2.x is on the build box as well. I changed my deploy script to this and it worked in the interim.