Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 641 Bytes

README.md

File metadata and controls

22 lines (18 loc) · 641 Bytes

Introduction

This is an example on how a basic app could look like, including a basic build pipeline with ALOps.

Getting Started

  • Import of Fork this repository to start development of your own app
  • Accept to install VSCode extension if you haven't done so
  • Change app.json
    • AppId
    • AppName
    • Publisher
  • create launch.json and download symbols
  • build (CTRL+SHIFT+B)
  • add your translation file to .gitignore
  • Change the build pipeline:
    • the docker image
    • the pool to the name of your build agent

Build and Test

Because of the yml-file, you should automatically get an build pipeline in Azure DevOps

CI-CD-