Add new Rich Navigation workflow file (#481)
This commit is contained in:
22
.github/workflows/richnav.yml
vendored
Normal file
22
.github/workflows/richnav.yml
vendored
Normal 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 }}
|
||||||
Reference in New Issue
Block a user