Define Azure Environment Variables

Note

This section is intended for maintainers of the feedstock repositories (at current). If you are not a maintainer, you can safely ignore this section. A more advanced guide on Azure Pipelines can be found here.

  1. Navigate to https://dev.azure.com/ and sign in.

../_images/azure_pipeline_1.png
  1. Click the feedstock-builds project under the tudat-team organization (https://dev.azure.com/tudat-team).

../_images/azure_pipeline_2.png
  1. Click “Pipelines” under the feedstock-builds project.

../_images/azure_pipeline_3.png
  1. Click on the specific pipeline in which you want to set the environment variable (e.g. tudat-feedstock).

../_images/azure_pipeline_4.png
  1. Click “Edit” in the top-right of the page.

../_images/azure_pipeline_5.png
  1. Click “Variables” in the top-right of the page.

../_images/azure_pipeline_6.png
  1. Update an existing token (e.g. BINSTAR_TOKEN), or create a new one with the + icon.

../_images/azure_pipeline_7.png

Important

It is crucial to keep the environment variables private and secure. Ensure that you do not share them or commit them to a public repository, as this could lead to security issues.