diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b091dd2..1a1f53b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,15 +9,10 @@ variables: appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\' steps: -- task: NuGetToolInstaller@0 - -- task: NuGetCommand@2 - inputs: - restoreSolution: '$(solution)' - -- task: VSBuild@1 +- task: RichCodeNavIndexer@0 inputs: - platform: 'x86' - solution: '$(solution)' - configuration: 'Debug' - msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' + serviceConnection: 'rich-code-nav-prod' + nugetServiceConnection: 'rich-code-nav-nuget' + languages: 'cpp' + githubServiceConnection: 'arjun27 (1)' + serviceEndpoint: 'https://prod.richnav.vsengsaas.visualstudio.com'