Vindfang
Introduction
My First Extension
OverviewInstall the ToolsCreate the AppCreate the SandboxPublish the AppPublish to DevOpsMagic 🧙‍♂️
Azure DevOps

Publish to DevOps

I wanted to keep this part as short as possible, so I spent a ridiculous amount of time creating the following Visual Studio Code command:

SKILL: Publish project to Azure DevOps is the command we use to upload the project to DevOps.
Select the DevOps project to publish to from the list, or type a unique name to create a new project.
Give the DevOps repository a name. It suggests the name specified in app.json, as default.

Magic 🧙‍♂️

You should now see the DevOps repository pop up in your default browser:

Everything is set up for you — permissions...
...build pipeline...
...and distribution to the Apps feed.

That's it, you can continue working on your app in Visual Studio Code, without having to worry about Azure DevOps. Smart, right? 😉

⬅️ PreviousNext ➡️