Skip to content

WIP: Fixing ADO pipeline to only build azure provider code

Jason requested to merge azure-fixing-ado-pipeline-build-step into master

Merge request template

Currently azure pipeline is passing in the option "-P storage-azure" when building the provider code and "-P storage-core" when building the core code. The -P flag is meant to indicate what profile to activate. Instead, we want to be using the -pl argument, which indicates which modules should be built.

Merge request reports