Skip to content

Commit 5ca7be8

Browse files
Update prValidate.yml
1 parent ff942d7 commit 5ca7be8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.azure-pipelines/prValidate.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Build and test Java Core to make sure a valid pull request is being made
1+
2+
#Copyright (c) Microsoft Corporation. All rights reserved.
3+
#Licensed under the MIT License.
4+
#Build and test Java Core to make sure a valid pull request is being made
5+
#Validate that the versions dont conflict with those online in case a pull request is made to main or master
26
pr:
37
branches:
48
include:
@@ -63,4 +67,4 @@ steps:
6367
title: '$(Build.DefinitionName) failure notification'
6468
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
6569
condition: and(failed(), ne(variables['Build.Reason'], 'Manual'))
66-
enabled: true
70+
enabled: true

0 commit comments

Comments
 (0)