This package includes tasks you can use in your Build/Release pipelines for Microsoft Dynamics 365 Business Central
- Install powershell modules
- Create Container
- Sign app through container
- Publish app to container
- Publish multiple apps to container (dependencies detection)
- Publish PerTenant app to online
- Run Tests in container
- Remove Container
- Compile App
- Set build no. in App.Json and of the build pipeline
- Create nuget package
- Get app from nuget
On your Azure DevOps account go to the Marketplace, find the extension and install it. After that, you can use the new tasks in your pipelines through visual designer or yaml, as you wish. Just define the parameters and run the pipeline.
- Install or update scripts
- Create container
- Publish Main App to container
- Publish Test App to container
- Run tests in container
- Publish test results
- Remove container
- Install or update scripts
- Publish Main App to container
- Install or update scripts
- Publish App to tenant
- Install or update scripts
- Download secure file
- Create container
- Sign through container
- Delete file
- Publish signed app artifact
- Minor Changes
- Fixed CreateDockerTask when used in Build pipeline
- Add SetupBCBuildNo task
- CompileBCApp parameters casing fixed
- PublishDockerTask v2.x added - publishing multiple apps in correct order with new settings
- Add task compilebcapp