Oryx/vsts
william-msft f81840da52
Update oryx-cleanup pipeline pool and agent names (#1168)
* Update oryx-cleanup pipeline pool and agent names

* Remove ubuntu-latest
2021-11-29 15:18:33 -08:00
..
pipelines Update oryx-cleanup pipeline pool and agent names (#1168) 2021-11-29 15:18:33 -08:00
scripts update release template (#1144) 2021-11-09 08:36:04 -08:00
Readme.md update master to main branch (#1046) 2021-07-07 14:34:06 -07:00
nugetpackages.signproj Create a new Detector solution, pipeline and nuget packages (#608) 2020-06-22 16:30:38 -07: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.