Skip to content

Commit b06f376

Browse files
authored
Replace explicit richCodeNavigationEnvironment in azure-pipelines-richnav.yml (dotnet#32082)
1 parent dfedecc commit b06f376

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines-richnav.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ stages:
1414
parameters:
1515
enableMicrobuild: true
1616
enableRichCodeNavigation: true
17-
richCodeNavigationEnvironment: production
1817
helixRepo: dotnet/efcore
1918
jobs:
2019
- job: Windows
@@ -35,4 +34,4 @@ stages:
3534
inputs:
3635
filePath: $(Build.SourcesDirectory)\eng\common\build.ps1
3736
arguments: -restore -build -ci
38-
displayName: Build
37+
displayName: Build

0 commit comments

Comments
 (0)