Update codeindex task (previously called richnav)

This commit is contained in:
Noelle Caldwell
2023-09-13 07:03:16 -07:00
committed by GitHub
parent d22efcc6f4
commit bae6449daf

View File

@@ -1,11 +1,11 @@
name: eShopOnWeb Rich Code Navigation
name: eShopOnWeb - Code Index
on: [push, pull_request, workflow_dispatch]
on: [workflow_dispatch]
jobs:
build:
runs-on: windows-2019
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
@@ -15,7 +15,7 @@ jobs:
dotnet-version: 7.0.x
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
run: dotnet build ./eShopOnWeb.sln --configuration Release /bl
- uses: microsoft/RichCodeNavIndexer@v0.1
with: