File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 24
24
- template : azure-pipelines/build.yml
25
25
parameters :
26
26
ShouldSkipOptimize :
27
+ - template : azure-pipelines/richnav.yml
Original file line number Diff line number Diff line change
1
+ jobs :
2
+ - job : RichCodeNavUpload
3
+ displayName : Rich Code Navigation Upload to Production
4
+ pool : Hosted Windows 2019 with VS2019
5
+ steps :
6
+ - template : install-dependencies.yml
7
+ - task : VSBuild@1
8
+ displayName : Build Visual Studio solution
9
+ inputs :
10
+ msbuildArgs : /t:build /m /bl:"$(Build.ArtifactStagingDirectory)/build_logs/msbuild.binlog"
11
+ platform : Any CPU
12
+ configuration : $(BuildConfiguration)
13
+ - task : RichCodeNavIndexer@0
14
+ displayName : RichCodeNav Upload
15
+ inputs :
16
+ languages : ' csharp'
17
+ environment : production
18
+ isPrivateFeed : false
19
+ continueOnError : true
You can’t perform that action at this time.
0 commit comments