Closed c-ryan-k closed 2 years ago
Changes include:
azure-pipelines.yml
build-and-test-template.yml
npm ci
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Thank you for contributing to the Azure IoT Explorer!
This checklist is used to make sure that common guidelines for a pull request are followed.
npm run test
Marking this as ready for review while I do some pipeline test runs to validate the new release pipeline end-to-end.
Changes include:
azure-pipelines.yml
as it's just a wrapper forbuild-and-test-template.yml
and github actions are currently running for PRs anyway.npm ci
to lock down dependency versioning for releases and testing.This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.
Thank you for contributing to the Azure IoT Explorer!
This checklist is used to make sure that common guidelines for a pull request are followed.
General Guidelines
npm run test
command)