This Azure extension provides Azure Pipeline tasks, provided by ParaPy, to aid in implementing Continuous integration and deployment for your ParaPy applications.
- Request the
ParaPy Cloud Tools
extension through support@parapy.nl or find the ParaPy Cloud Tools extension in the Marketplace. - Accept the
ParaPy Cloud Tools
extension in Azure Devops. - Utilize the provided tasks in your Azure pipelines. Please run on a
ubuntu 22.04
machine.
Prerequisites:
- Install Developer dependencies prerequisites.
- Install tfx-cli
Install:
cd test-task; npm install; tsc; cd .. ; cd release-task ; npm install; tsc; cd ..
Deploy:
tfx extension publish --manifest-globs vss-extension.json