From 523d6ddb0511b7cc96b740c382a6cfb5440f780b Mon Sep 17 00:00:00 2001 From: Noelle Caldwell Date: Wed, 13 Sep 2023 17:41:08 -0700 Subject: [PATCH] Index Everything instead of eShopOnWeb only --- .github/workflows/richnav.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/richnav.yml b/.github/workflows/richnav.yml index 8005076..d83d19f 100644 --- a/.github/workflows/richnav.yml +++ b/.github/workflows/richnav.yml @@ -15,7 +15,7 @@ jobs: dotnet-version: 7.0.x - name: Build with dotnet - run: dotnet build ./eShopOnWeb.sln --configuration Release /bl + run: dotnet build ./Everything.sln --configuration Release /bl - uses: microsoft/RichCodeNavIndexer@v0.1 with: