Skip to content

Commit

Permalink
Add CI to publish the utility
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan committed Sep 18, 2024
1 parent 44f4dd0 commit 1b4b8ed
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions src/dotnet/APIView/APIViewJsonUtility/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
# NOTE: Please refer to https://aka.ms/azsdk/engsys/ci-yaml before editing this file.
trigger:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- src/dotnet/APIView/APIViewJsonUtility

pr:
branches:
include:
- main
- feature/*
- release/*
- hotfix/*
paths:
include:
- src/dotnet/APIView/APIViewJsonUtility

extends:
template: /eng/pipelines/templates/stages/archetype-sdk-tool-dotnet.yml
parameters:
PackageDirectory: $(Build.SourcesDirectory)/src/dotnet/APIView/APIViewJsonUtility

0 comments on commit 1b4b8ed

Please sign in to comment.