From ca9d0f6312a20efb381fa5f474355cc45d8e9f84 Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:45:36 -0700 Subject: [PATCH 1/7] Update azure-pipelines.yml --- azure-pipelines.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index b091dd2..dbec266 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -21,3 +21,14 @@ steps: solution: '$(solution)' configuration: 'Debug' msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' + +-script: | + echo '$(Build.SourcesDirectory)' + +- 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 c2f5e42c46b6ca60ed38f1dcbd518b3a3c8429a5 Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:47:40 -0700 Subject: [PATCH 2/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index dbec266..942d19a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: configuration: 'Debug' msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' --script: | +- script: | echo '$(Build.SourcesDirectory)' - task: RichCodeNavIndexer@0 From 72b281162ed134948b67180b20b821e4487041f3 Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:51:56 -0700 Subject: [PATCH 3/7] Update azure-pipelines.yml --- azure-pipelines.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 942d19a..c5070a5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,8 @@ steps: msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' - script: | - echo '$(Build.SourcesDirectory)' + echo hello + displayName: Script - task: RichCodeNavIndexer@0 inputs: From 83e10eefe8935a991d8707bca928c830eb2b5dca Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Tue, 30 Apr 2019 12:53:35 -0700 Subject: [PATCH 4/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c5070a5..e29670a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,7 +23,7 @@ steps: msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' - script: | - echo hello + echo '$(Build.SourcesDirectory)' displayName: Script - task: RichCodeNavIndexer@0 From 4ebd1687e6cef2435e29ca7eff3de341ddfea61b Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Wed, 1 May 2019 08:40:16 -0700 Subject: [PATCH 5/7] Update azure-pipelines.yml --- azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index e29670a..4a9154e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,10 +22,6 @@ steps: configuration: 'Debug' msbuildArgs: '/p:AppxBundlePlatforms="x86" /p:AppxPackageDir="$(appxPackageDir)" /p:AppxBundle=Always /p:UapAppxPackageBuildMode=StoreUpload' -- script: | - echo '$(Build.SourcesDirectory)' - displayName: Script - - task: RichCodeNavIndexer@0 inputs: serviceConnection: 'rich-code-nav-prod' From ef1f40981015c92e59b7e2540aa5a936a038428f Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Thu, 2 May 2019 15:38:43 -0700 Subject: [PATCH 6/7] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 4a9154e..5fdf23c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -26,6 +26,6 @@ steps: inputs: serviceConnection: 'rich-code-nav-prod' nugetServiceConnection: 'rich-code-nav-nuget' - languages: cpp + languages: 'cpp' githubServiceConnection: 'arjun27 (1)' serviceEndpoint: 'https://prod.richnav.vsengsaas.visualstudio.com' From 5abe13baefd688220c42c223896dd70361b4bfd5 Mon Sep 17 00:00:00 2001 From: homitc <43962277+homitc@users.noreply.github.com> Date: Thu, 2 May 2019 15:56:19 -0700 Subject: [PATCH 7/7] Update azure-pipelines.yml --- azure-pipelines.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5fdf23c..1a1f53b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -9,19 +9,6 @@ variables: appxPackageDir: '$(build.artifactStagingDirectory)\AppxPackages\\' steps: -- task: NuGetToolInstaller@0 - -- task: NuGetCommand@2 - inputs: - restoreSolution: '$(solution)' - -- task: VSBuild@1 - inputs: - platform: 'x86' - 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'