From c381b6e4906bdf2fd42b09a2d894556fde436136 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Thu, 25 Apr 2019 13:55:32 -0700 Subject: [PATCH] update yml --- azure-pipelines.yml | 10 +++++++++- .../samples/petclinic/model/BaseEntity.java | 1 + 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 640a28578..c874e9777 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -13,4 +13,12 @@ steps: - script: | echo Starting the build mvn package - displayName: 'Build with Maven' \ No newline at end of file + displayName: 'Build with Maven' + +- task: RichCodeNavIndexer@0 + inputs: + serviceConnection: 'rich-code-nav-dev' + nugetServiceConnection: 'rich-code-nav-nuget' + languages: csharp + githubServiceConnection: 'arjun27 (1)' + serviceEndpoint: 'https://vscloudkernel-dev.azurewebsites.net' diff --git a/src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java b/src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java index 8350eb744..b4ed07335 100644 --- a/src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java +++ b/src/main/java/org/springframework/samples/petclinic/model/BaseEntity.java @@ -36,6 +36,7 @@ public class BaseEntity implements Serializable { private Integer id; public Integer getId() { + // comment return id; }