Skip to content

Commit 05d14af

Browse files
Update prValidate.yml
1 parent 93edbfc commit 05d14af

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,4 @@
1-
# Starter pipeline
2-
# Start with a minimal pipeline that you can customize to build and deploy your code.
3-
# Add steps that build, run tests, deploy, and more:
4-
# https://aka.ms/yaml
5-
6-
1+
# Build and test Java Core to make sure a valid pull request is being made
72
pr:
83
branches:
94
include:
@@ -68,4 +63,4 @@ steps:
6863
title: '$(Build.DefinitionName) failure notification'
6964
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
7065
condition: and(failed(), ne(variables['Build.Reason'], 'Manual'))
71-
enabled: true
66+
enabled: true

0 commit comments

Comments
 (0)