Skip to content

Commit fc236d6

Browse files
author
Evans Aboge (from Dev Box)
committed
Pipeline scafolding
1 parent 2bca1df commit fc236d6

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

.azure-pipelines/docker.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
trigger:
2+
branches:
3+
include:
4+
- 'task/migrate-acr-pipeline'
5+
paths:
6+
include:
7+
- src/**
8+
9+
schedules:
10+
- cron: "0 18 * * 4"
11+
displayName: "Weekly Publish Docker Image"
12+
branches:
13+
include:
14+
- main
15+
always: true
16+
17+
variables:
18+
REGISTRY: "msgraphprod.azurecr.io"
19+
IMAGE_NAME: "public/openapi/kiota"
20+
PREVIEW_BRANCH: "refs/heads/main

0 commit comments

Comments
 (0)