Add new Rich Navigation workflow file (#481)

This commit is contained in:
Jessica Petty
2021-10-24 14:49:58 -07:00
committed by GitHub
parent 7066f429ea
commit 65b8e5985e

22
.github/workflows/richnav.yml vendored Normal file
View File

@@ -0,0 +1,22 @@
name: eShopOnWeb Rich Code Navigation
on: [push, pull_request, workflow_dispatch]
jobs:
build:
runs-on: windows-2019
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 3.1.x
- name: Build with dotnet
run: dotnet build ./eShopOnWeb.sln --configuration Release
- uses: microsoft/RichCodeNavIndexer@v0.1
with:
repo-token: ${{ github.token }}