Skip to content

Commit

Permalink
Add Rich Code Navigation Indexing (#5790)
Browse files Browse the repository at this point in the history
* Add Rich Navigation to shortest Windows build

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
  • Loading branch information
jepetty and rainersigwald committed Oct 13, 2020
1 parent f0af25b commit 0d9652e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .vsts-dotnet-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ jobs:
inputs:
filename: 'eng/cibuild.cmd'
arguments: '-configuration Release -test'
- task: RichCodeNavIndexer@0
displayName: RichCodeNav Upload
inputs:
languages: 'csharp'
continueOnError: true
condition: succeeded()
- task: PublishTestResults@2
displayName: Publish .NET Framework Test Results
inputs:
Expand Down

0 comments on commit 0d9652e

Please sign in to comment.