Skip to content

Commit

Permalink
Update codeindex task (previously called richnav)
Browse files Browse the repository at this point in the history
  • Loading branch information
noellelc authored Sep 13, 2023
1 parent d22efcc commit bae6449
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -15,8 +15,8 @@ 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:
repo-token: ${{ github.token }}
repo-token: ${{ github.token }}

0 comments on commit bae6449

Please sign in to comment.