Skip to content

Commit

Permalink
Add empty pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
lszomoru committed Jan 14, 2022
1 parent d19af1b commit 420f615
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions build/pipeline.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: $(Date:yyyyMMdd)$(Rev:.r)

trigger:
branches:
include:
- main
tags:
include: ["*"]
pr: none

resources:
repositories:
- repository: templates
type: github
name: microsoft/vscode-engineering
ref: main
endpoint: Monaco

extends:
template: azure-pipelines/extension/stable.yml@templates
parameters:
buildSteps:
- script: yarn install --frozen-lockfile
displayName: Install dependencies

0 comments on commit 420f615

Please sign in to comment.