techker
3 years agoChannel Surfer
Azure Pipeline in DevOps question
hey guy's, im using Azure devops and have multiple pipelines set up for all our apps, i would like to set one up for Roku..
Does anybody know how this can be done?
philanderson777 most of the logic behind the vscode extension is available as independent npm packages, which is why I linked to brighterscript and roku-deploy directly.
You can build a zip of your app by running the BrighterScript cli like this:
npm install brighterscript cd your/Roku/root/dir npx brighterscript
It'll check your app for syntax errors (missing curly brace, that function does not exist, etc...) and then create a zip in the ./out directory.
The nice thing is, you can run this locally as well, so you can keep testing it until it works the way you want.