Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>ALCops
ALCops

ALCops

Arthur van de Vondervoort

|
10 installs
| (0) | Free
Download and install ALCops code analyzers for AL (Business Central) pipelines
Get it free

ALCops for Azure DevOps

Azure DevOps pipeline task for downloading ALCops code analyzers for AL Language of Microsoft Dynamics 365 Business Central.

Features

  • Single-step download with automatic TFM detection from multiple sources
  • Smart routing determines the detection source from your input (URL, path, version, or channel keyword)
  • NuGet integration downloads the latest (or specific) version of ALCops from nuget.org

Quick Start

steps:
  - task: ALCopsDownloadAnalyzers@1
    displayName: ALCops - Download Analyzers
    inputs:
      tfm: "net8.0" # Or use the detectUsing parameter instead of static value
      outputPath: "$(Build.SourcesDirectory)/.alcops"

Usage Examples

Auto-detect from BC Artifact URL

Pass a BC artifact URL and the TFM is detected automatically:

steps:
  - task: ALCopsDownloadAnalyzers@1
    displayName: ALCops - Download Analyzers
    inputs:
      detectUsing: "$(bcArtifactUrl)"

Auto-detect from NuGet DevTools version

steps:
  - task: ALCopsDownloadAnalyzers@1
    name: alcops
    inputs:
      detectUsing: "latest" # Latest or preview for beta/prelease releases
      detectFrom: "nuget-devtools" # Optional: Defaults to BC DevTools from NuGet, set to 'marketplace' for AL Language extension from VS Code Marketplace

Links

  • Full documentation on GitHub
  • ALCops Website
  • Report Issues
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft