update yml

This commit is contained in:
Arjun Attam 2019-04-25 13:55:32 -07:00
parent 19da0301c8
commit c381b6e490
2 changed files with 10 additions and 1 deletions

View file

@ -14,3 +14,11 @@ steps:
echo Starting the build echo Starting the build
mvn package mvn package
displayName: 'Build with Maven' 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'

View file

@ -36,6 +36,7 @@ public class BaseEntity implements Serializable {
private Integer id; private Integer id;
public Integer getId() { public Integer getId() {
// comment
return id; return id;
} }