GeoApps Build and Release taskWith the GeoApps Build and Release task, you can automate app deployments to GeoApps with Azure Pipelines. Available commandsThe task provides the following functionality:
VerifyThe verify-command can be used to verify the configured manifest file, usefull for instance in PR build tasks. PackThe pack command packs the defined app into an app package. PublishWith publish, you can publish the app or an app package to a specified GeoApps environment. To publish, you need to specify a service connection. Service connectionTo use the Geoapps publish-command, you need to configure a Service connection to your GeoApps environment. This can be configured under your organization settings in Azure DevOps. |