microsoft / AL

Home of the Dynamics 365 Business Central AL Language extension for Visual Studio Code. Used to track issues regarding the latest version of the AL compiler and developer tools available in the Visual Studio Code Marketplace or as part of the AL Developer Preview builds for Dynamics 365 Business Central.
MIT License
737 stars 243 forks source link

Create package and manifest with PowerShell #2976

Closed marcelvos1 closed 6 years ago

marcelvos1 commented 6 years ago

It will be nice if there is a way to create a package and manifest file with powershell. We need this to automate some steps in our branch strategy.

Case: Our developers added changes only in feature branches. The next step is merge this changes in de developer branch. In this branch (and the other branches: release and master) we will create packages and manifest files automaticly.

The New-NAVAppPackage is only for extension v1.0. Please change this for v2.0 Thanks

dNsl9r commented 6 years ago

The good @tfenster wrote in his blog about automated builds here: https://www.axians-infoma.com/navblog/dynamics-365-bc-extension-build-in-tfs-vsts-using-containers/

Maybe this will help you

StanislawStempin commented 6 years ago

We do indeed want to introduce CLI support for AL Language but can't promise any timeframe at this point.

marcelvos1 commented 6 years ago

Thanks. This is very helpfull.