Files
eShopOnWeb/.github/workflows/richnav.yml

25 lines
507 B
YAML

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: 8.0.x
- name: Build with dotnet
run: dotnet build ./Everything.sln --configuration Release /bl
- uses: microsoft/RichCodeNavIndexer@v0.1
with:
repo-token: ${{ github.token }}
languages: 'csharp'
environment: 'internal'