Uploading a file from a computer

You can upload your build and release definition (both .JSON files) from your computer. Simply follow these steps:

Let's start by heading over to CI/CD Docs.

From the home screen, locate the 'Upload from your computer' section on the left side of the screen, as pictured below.

And now, follow these 3 steps to upload the files.

  1. Click on the 'Upload build definition' button to upload the build definition (a .JSON file). On successfully uploading the file, you should see a check-mark icon besides the upload button.

  2. Similarly, click on the 'Upload release definition' button to upload the release definition (a .JSON file). You should see a check-mark icon besides the button.

  3. Hit the 'Go' button. Initially, its disabled but when you upload at least one file, it gets enabled.

Note: You don't have to upload both - the build and release definition - files. You may upload any one if you'd like.

You should now see your Azure DevOps pipeline on-screen!

Last updated