Oryx/vsts
Sarath Chandra Bussa 1db3273317
Pass the storage account name to the docker run command (#2445)
* tests

* set env variable

* fix

* remove token

---------

Co-authored-by: Sarath chandra Bussa <sbussa@microsoft.com>
2024-06-11 15:41:56 +05:30
..
pipelines Changes for Oryx pipeline migration. (#2430) 2024-05-31 16:30:11 +05:30
scripts Pass the storage account name to the docker run command (#2445) 2024-06-11 15:41:56 +05:30
Readme.md update master to main branch (#1046) 2021-07-07 14:34:06 -07:00
nugetpackages.signproj Williamhe/1727541 fix oryx ci pipeline (#1834) 2023-01-19 21:24:31 -08:00

Readme.md

The content in this folder is specific to any VSTS related stuff.

Pipelines

They represent the build pipelines for this repository.

  • 'validation.yml':
    This is used for validating branches for which pull requests were sent.
    In this pipeline both build and runtime images are built and tested but they are NOT pushed.

  • 'nightly.yml':
    Pipeline which builds and tests build and runtime images every night.

  • 'ci.yml':
    Pipeline which builds, tests and pushes build images and runtime images.
    This pipeline, by default, gets triggered for check-ins into 'main' branch.
    Also it has a scheduled build for releasing signed binaries to images on Saturday mornings.

PlatformBinaries

The pipelines for each platform to build and publish platform binaries to Azure Blob Storage.

Scripts

This folder contains scripts that are used in VSTS pipelines.