Azure DevOps - philipf/notebook GitHub Wiki

Faster workflow

Installation

  • Powershell Core 7.x or later
  • Install Az Powershell Module: Install-Module -Name Az -Scope CurrentUser -Repository PSGallery -Force
  • Install VS Team Powershell Module Install-Module -Name VSTeam

VS Code extensions:

Run

Find in https://dev.azure.com/<account/

Personal Access Token generated from:

ADO → User Setting → Personal Access Tokens

Set-VSTeamAccount -Account <account> -PersonalAccessToken <personalAccessToken>

Test-VSTeamYamlPipeline -PipelineId 1 -FilePath .\azure-pipelines.yml -ProjectName PepDeploy

Reference:

⚠️ **GitHub.com Fallback** ⚠️