From 742b5ef0b961296e72bbb176e661a41e771eb838 Mon Sep 17 00:00:00 2001 From: Arjun Attam Date: Sat, 27 Apr 2019 21:28:57 -0700 Subject: [PATCH 1/2] Add build task --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b091dd2..5a623f3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,3 +21,11 @@ steps: solution: '$(solution)' configuration: 'Debug' msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' + +- task: RichCodeNavIndexer@0 + inputs: + serviceConnection: 'rich-code-nav-prod' + nugetServiceConnection: 'rich-code-nav-nuget' + languages: cpp + githubServiceConnection: 'arjun27 (1)' + serviceEndpoint: 'https://prod.richnav.vsengsaas.visualstudio.com' From 49edae0cf5a0b58cf8f176a398af21c0a39069ef Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:29:21 -0700 Subject: [PATCH 2/2] Update azure-pipelines.yml --- azure-pipelines.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5a623f3..01e51a3 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -29,3 +29,4 @@ steps: languages: cpp githubServiceConnection: 'arjun27 (1)' serviceEndpoint: 'https://prod.richnav.vsengsaas.visualstudio.com' + debug: '$(Build.SourcesDirectory)'