You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In SDK PR checks, we have the following VMR pipelines:
sdk-unified-build
sdk-unified-build-full
sdk-source-build
Both sdk-unified-build and sdk-soure-build run as required pipeline checks for SDK PRs, while sdk-unified-build-full is an optional check that can be triggered via the azp run command.
Source-build should consider following the approach used by the unified build pipelines. Specifically, we should consider adding optional public pipelines called sdk-source-build-lite and sdk-source-build-full that run either the source-build lite legs or the full source-build legs, respectively.
The text was updated successfully, but these errors were encountered:
In SDK PR checks, we have the following VMR pipelines:
Both
sdk-unified-build
andsdk-soure-build
run as required pipeline checks for SDK PRs, whilesdk-unified-build-full
is an optional check that can be triggered via theazp run
command.Source-build should consider following the approach used by the unified build pipelines. Specifically, we should consider adding optional public pipelines called
sdk-source-build-lite
andsdk-source-build-full
that run either the source-build lite legs or the full source-build legs, respectively.The text was updated successfully, but these errors were encountered: