serverless / serverless-azure-functions

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

fix: Update package service to compile .NET for default OS #471

Closed tbarlow12 closed 4 years ago

tbarlow12 commented 4 years ago

What did you implement:

Fixes the check for windows and dotnet before replacing packaging hook to instead compile the artifact. In the case where the os had not been defined (defaults to windows), the ConfigService had not yet initialized the default value. This moves the logic to the ConfigService when making the check to make sure it has been initialized

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?: NO
Is it a breaking change?: NO