chocolatey / choco

Chocolatey - the package manager for Windows
https://chocolatey.org
Other
10.04k stars 890 forks source link

(build) Add templated notifications to all build configurations #3469

Closed Windos closed 5 days ago

Windos commented 2 weeks ago

Description Of Changes

This PR makes each build configuration in the TeamCity KTS file reference a template containing standard Slack notification configuration, which applies said configuration to the build configuration without having to duplicate it in each.

Motivation and Context

Enables standard notification configuration across all build configurations in this project.

Testing

This has been tested by pointing a development TeamCity instance at the branch from which this merge request is originating.

Operating Systems Testing

N/A

Change Types Made

Build configuration change (non-breaking)

* [ ] Bug fix (non-breaking change). * [ ] Feature / Enhancement (non-breaking change). * [ ] Breaking change (fix or feature that could cause existing functionality to change). * [ ] Documentation changes. * [ ] PowerShell code changes.

Change Checklist

Related Issue

N/A

gep13 commented 5 days ago

@Windos thank you for getting this added!