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 93edbfc commit 05d14afCopy full SHA for 05d14af
.azure-pipelines/prValidate.yml
@@ -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
+# Build and test Java Core to make sure a valid pull request is being made
7
pr:
8
branches:
9
include:
@@ -68,4 +63,4 @@ steps:
68
63
title: '$(Build.DefinitionName) failure notification'
69
64
text: 'This pipeline has failed. View the build details for further information. This is a blocking failure. '
70
65
condition: and(failed(), ne(variables['Build.Reason'], 'Manual'))
71
- enabled: true
66
+ enabled: true
0 commit comments