serverless / serverless-azure-functions

Serverless Azure Functions Plugin – Add Azure Functions support to the Serverless Framework
MIT License
267 stars 162 forks source link

Upgrade windows & mac agents per AzDO removing older agents support #419

Closed mydiemho closed 4 years ago

mydiemho commented 4 years ago

What did you implement:

  1. Updating old Mac & Windows agent as they're being removed on 3/23

  2. add dependabot config so it target dev instead of `master

How did you implement it:

How can we verify it:

Todos:

Note: Run npm run test:ci to run all validation checks on proposed changes

Is this ready for review?: YES
Is it a breaking change?: NO

pjlittle commented 4 years ago

LGTM - do you know if this is something that we'll have to update from time to time? Is there anyway to specify 'latest' or similar? I guess you may want to test a new agent/platform...

mydiemho commented 4 years ago

LGTM - do you know if this is something that we'll have to update from time to time? Is there anyway to specify 'latest' or similar? I guess you may want to test a new agent/platform...

@pjlittle there's latest for ubuntu, but nothing for windows and mac. And also the testing on new agent/platform is important