Skip to content

Commit 0d219e3

Browse files
committed
- removes alert failure as this is natively supported in teams now
1 parent 1f1d5b7 commit 0d219e3

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

.azure-pipelines/buildAndPackage.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ stages:
4444
stageID: 'build'
4545
- template: templates/build/build-and-coverage.yml
4646
- template: templates/build/publish-artefacts.yml
47-
- template: templates/alert-failure.yml
4847

4948
- stage: Maven_Preview
5049
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/dev'))
@@ -61,7 +60,6 @@ stages:
6160
- template: templates/copy-and-build.yml
6261
parameters:
6362
task: 'publishSnapshotPublicationToSonatypeSnapshotRepository'
64-
- template: templates/alert-failure.yml
6563

6664
- stage: Maven_Release_And_Github_Release
6765
dependsOn: []
@@ -81,7 +79,6 @@ stages:
8179
- template: templates/copy-and-build.yml
8280
parameters:
8381
task: 'publishMavenCentralReleasePublicationToSonatypeRepository'
84-
- template: templates/alert-failure.yml
8582

8683
- deployment: Github_Release
8784
dependsOn: Maven_Release
@@ -95,4 +92,3 @@ stages:
9592
- template: templates/version-and-release.yml
9693
parameters:
9794
gitConnection: 'microsoftgraph'
98-
- template: templates/alert-failure.yml

.azure-pipelines/templates/alert-failure.yml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)