Rename richnav.yml to codeindex.yml

This commit is contained in:
Noelle Caldwell
2023-09-13 09:17:42 -07:00
committed by GitHub
parent 65fe233cb9
commit 8b7d856872

23
.github/workflows/codeindex.yml vendored Normal file
View File

@@ -0,0 +1,23 @@
name: eShopOnWeb - Code Index
on: workflow_dispatch
jobs:
build:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 7.0.x
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release /bl
- uses: microsoft/RichCodeNavIndexer@v0.1
with:
repo-token: ${{ github.token }}
languages: 'csharp'