Skip to content
This repository was archived by the owner on Feb 27, 2025. It is now read-only.

Latest commit

 

History

18 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main-CI

run-alpipeline

This is a github action to run an AL pipeline.

Usage

name: CI

on: [push]

env:
  version: ci
  appVersion: '18.0'
  appBuild: ${{github.run_number}}
  appRevision: 0

defaults:
  run:
    shell: PowerShell

jobs:
  build:
    runs-on: windows-latest

    steps:
      - uses: actions/checkout@v2

      - name: Run pipeline
        uses: juliandittmann/run-alpipeline@v0.1
        with:
          version: ${{env.version}}
          appVersion: ${{env.appVersion}}
          appBuild: ${{env.appBuild}}
          appRevision: ${{env.appRevision}}
          InsiderSasToken: ${{ secrets.InsiderSasToken }}
          LicenseFile: ${{ secrets.LicenseFile }}
          CodeSignCertPfxFile: ${{ secrets.CodeSignCertPfxFile }}
          CodeSignCertPfxPassword: ${{ secrets.CodeSignCertPfxPassword }}

Example

You can find an example here.

About

This is a Github action to build and test AL projects

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages