We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff942d7 commit 5ca7be8Copy full SHA for 5ca7be8
.azure-pipelines/prValidate.yml
@@ -1,4 +1,8 @@
1
-# Build and test Java Core to make sure a valid pull request is being made
+
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
6
pr:
7
branches:
8
include:
@@ -63,4 +67,4 @@ steps:
63
67
title: '$(Build.DefinitionName) failure notification'
64
68
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
65
69
condition: and(failed(), ne(variables['Build.Reason'], 'Manual'))
66
- enabled: true
70
+ enabled: true
0 commit comments