Update codeindex task (previously called richnav)
This commit is contained in:
@@ -1,11 +1,11 @@
|
|||||||
name: eShopOnWeb Rich Code Navigation
|
name: eShopOnWeb - Code Index
|
||||||
|
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: windows-2019
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
@@ -15,8 +15,8 @@ jobs:
|
|||||||
dotnet-version: 7.0.x
|
dotnet-version: 7.0.x
|
||||||
|
|
||||||
- name: Build with dotnet
|
- name: Build with dotnet
|
||||||
run: dotnet build ./eShopOnWeb.sln --configuration Release
|
run: dotnet build ./eShopOnWeb.sln --configuration Release /bl
|
||||||
|
|
||||||
- uses: microsoft/RichCodeNavIndexer@v0.1
|
- uses: microsoft/RichCodeNavIndexer@v0.1
|
||||||
with:
|
with:
|
||||||
repo-token: ${{ github.token }}
|
repo-token: ${{ github.token }}
|
||||||
Reference in New Issue
Block a user