DynamicsValue / fake-xrm-easy

FakeXrmEasy: The Test Automation Framework for the Power Platform / Dataverse
https://dynamicsvalue.github.io/fake-xrm-easy-docs/why/
Other
26 stars 12 forks source link

Improve build-all.ps1 script #56

Open jordimontana82 opened 2 years ago

jordimontana82 commented 2 years ago

In order to making the cloning and building of all the different repos and packages a bit more seamless, the build script could be improved to:

BetimBeja commented 2 years ago

+ we should add an easy way to distinguish v2 from the latest v3 😄 maybe different scripts would be easier for the first-time users

jordimontana82 commented 2 years ago

I wanted to keep the same scripts for both versions though, to keep it simple (or less complex than it is :P) it's the branch that will define if you're building 2x or 3x. Maybe an info message at the end to highlight if you're in one version or another?

Although one can see it from VS Code or VS....