Add special prepack script and remove project build from release pipeline to avoid double building. Same is done in OneService.
Motivation and Context
The motivation here is to be able to use the package stright from GitHub. (Not sure how yarn handles it but npm's prepack is explicitly ran when installing git dependencies).
This allows for example testing any branch without releasing it.
Types of changes
[ ] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to change)
Checklist:
[ ] I have updated the documentation accordingly. If you are changing code related to user secrets you need to really make sure that security documentation is correct.
Description
Add special prepack script and remove project build from release pipeline to avoid double building. Same is done in OneService.
Motivation and Context
The motivation here is to be able to use the package stright from GitHub. (Not sure how yarn handles it but npm's prepack is explicitly ran when installing git dependencies).
This allows for example testing any branch without releasing it.
Types of changes
Checklist: