Skip to content

juliandittmann/run-alpipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

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/[email protected]
        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

License

Stars

Watchers

Forks

Packages