From 3bf6f90e3d52ba22fdf1df0a393f3a09579ec5b2 Mon Sep 17 00:00:00 2001 From: Emmanuel Umenwa <78841364+eoumenwa@users.noreply.github.com> Date: Sun, 26 Mar 2023 06:34:58 -0400 Subject: [PATCH 1/5] Set up Java project CI with Azure Pipelines Build your Java project and run tests with Apache Maven. [skip ci] --- azure-pipelines.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml new file mode 100644 index 000000000..7438c7453 --- /dev/null +++ b/azure-pipelines.yml @@ -0,0 +1,22 @@ +# Maven +# Build your Java project and run tests with Apache Maven. +# Add steps that analyze code, save build artifacts, deploy, and more: +# https://docs.microsoft.com/azure/devops/pipelines/languages/java + +trigger: +- main + +pool: + vmImage: ubuntu-latest + +steps: +- task: Maven@3 + inputs: + mavenPomFile: 'pom.xml' + mavenOptions: '-Xmx3072m' + javaHomeOption: 'JDKVersion' + jdkVersionOption: '1.8' + jdkArchitectureOption: 'x64' + publishJUnitResults: true + testResultsFiles: '**/surefire-reports/TEST-*.xml' + goals: 'package' From adcbf0ad18612eabe7769fdcbb8fce1220545643 Mon Sep 17 00:00:00 2001 From: Emmanuel Umenwa <78841364+eoumenwa@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:06:00 -0400 Subject: [PATCH 2/5] Adding first change for sr2197 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f88d52f73..006b008cf 100644 --- a/README.md +++ b/README.md @@ -28,4 +28,6 @@ Microsoft's general trademark guidelines can be found at http://go.microsoft.com Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, -or trademarks, whether by implication, estoppel or otherwise. +or trademarks, whether by implication, estoppel or otherwise. + +## # Troubleshooting From 548fb7dc559c8524628acd6b63fca4994f9c413a Mon Sep 17 00:00:00 2001 From: Emmanuel Umenwa <78841364+eoumenwa@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:38:16 -0400 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 006b008cf..3cda43361 100644 --- a/README.md +++ b/README.md @@ -30,4 +30,4 @@ Privacy information can be found at https://privacy.microsoft.com/en-us/ Microsoft and any contributors reserve all others rights, whether under their respective copyrights, patents, or trademarks, whether by implication, estoppel or otherwise. -## # Troubleshooting +## Troubleshooting From 5909339c49427b3e1768ac03b2162dfb408167f3 Mon Sep 17 00:00:00 2001 From: Emmanuel Umenwa <78841364+eoumenwa@users.noreply.github.com> Date: Mon, 27 Mar 2023 05:52:34 -0400 Subject: [PATCH 4/5] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3cda43361..ca95c57ea 100644 --- a/README.md +++ b/README.md @@ -31,3 +31,4 @@ Microsoft and any contributors reserve all others rights, whether under their re or trademarks, whether by implication, estoppel or otherwise. ## Troubleshooting +Checking for pr changes From 594b062956dd8d7e1e75a09ce98f485aa387143a Mon Sep 17 00:00:00 2001 From: Emmanuel Umenwa <78841364+eoumenwa@users.noreply.github.com> Date: Mon, 3 Apr 2023 14:13:58 -0400 Subject: [PATCH 5/5] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index ca95c57ea..ccf87a585 100644 --- a/README.md +++ b/README.md @@ -32,3 +32,11 @@ or trademarks, whether by implication, estoppel or otherwise. ## Troubleshooting Checking for pr changes + +Adding some changes to YAML like below + +trigger: none + +pr: + - master +