WIP: Fixing ADO pipeline to only build azure provider code
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.