Skip to content

Commit

Permalink
Adding Rich Nav (#897)
Browse files Browse the repository at this point in the history
* Added jobs for rich nav

* Renamed the yml file

* Changed from a dotnet build to a Vs build

* Changed display name
  • Loading branch information
Mariana Dematte committed Aug 25, 2021
1 parent 79735d7 commit c83209a
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions azure-pipelines.yml
Expand Up @@ -24,3 +24,4 @@ jobs:
- template: azure-pipelines/build.yml
parameters:
ShouldSkipOptimize:
- template: azure-pipelines/richnav.yml
19 changes: 19 additions & 0 deletions azure-pipelines/richnav.yml
@@ -0,0 +1,19 @@
jobs:
- job: RichCodeNavUpload
displayName: Rich Code Navigation Upload to Production
pool: Hosted Windows 2019 with VS2019
steps:
- template: install-dependencies.yml
- task: VSBuild@1
displayName: Build Visual Studio solution
inputs:
msbuildArgs: /t:build /m /bl:"$(Build.ArtifactStagingDirectory)/build_logs/msbuild.binlog"
platform: Any CPU
configuration: $(BuildConfiguration)
- task: RichCodeNavIndexer@0
displayName: RichCodeNav Upload
inputs:
languages: 'csharp'
environment: production
isPrivateFeed: false
continueOnError: true

0 comments on commit c83209a

Please sign in to comment.