Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Windows App Development CLI Tasks
Windows App Development CLI Tasks

Windows App Development CLI Tasks

ms-wpd-winappcli

|
2 installs
| (0) | Free
Windows App Development CLI related tasks.
Get it free

setup-WinAppCli status

Setup Windows App Developer CLI

This repository contains the source code for the setup-WinAppCli GitHub Action as well as the setup-WinAppCli Azure DevOps extension.

This action/extension sets up the Windows App Developer CLI on a runner/agent. The Windows App Development CLI is a single command-line interface for managing Windows SDKs, packaging, generating app identity, manifests, certificates, and using build tools with any app framework.

Example (GitHub Action):

name: WinApp CLI
on: [push]
jobs:
  build:
    runs-on: windows-latest
    steps:
    - uses: actions/checkout@v6
    - uses: microsoft/setup-WinAppCli@v0.1
    - run: winapp restore

Example (Azure DevOps extension):

name: WinApp CLI
trigger:
- main
pool:
  vmImage: 'windows-latest'
steps:
- checkout: self
- task: UseWinAppCLI@0
- script: winapp restore
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft