Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .ci/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ parameters:
initSteps: [] # any steps to run before .NET global tools are installed
preBuildSteps: [] # any steps that need to run just before the main compilation starts
postBuildSteps: [] # any steps that need to run just after the main compilation ends
postDiffBuildSteps: [] # any steps that need to run after the API Diff ends
masterBranchName: 'main' # the "master" branch that should be used - can be something other than "master"
installAppleCertificates: 'true' # whether or not to install the Apple certificates and provisioning profiles
submodules: false # whether or not to check out submodules
Expand Down Expand Up @@ -360,6 +361,8 @@ jobs:
inputs:
PathToPublish: output
ArtifactName: output-$(System.JobName)${{ parameters.publishOutputSuffix }}
# custom post-api-diff steps
- ${{ parameters.postDiffBuildSteps }}
# run any required checks
- ${{ if eq(variables['System.TeamProject'], 'devdiv') }}:
- task: ComponentGovernanceComponentDetection@0
Expand Down